Variables and data types in C#
May 8, 2023 · 3 min read · In C#, there are built-in types (e.g., integers, floating-point numbers, characters, and Booleans) and user-defined (custom) types (e.g., classes, structs, and enums). Data types specify the kind of data a variable can hold or the kind of values an o...
Join discussion
