Type
Type
A type is a category of data in programming, defining the kind of values a variable can hold. Common types include integers, strings, and booleans.
Types help in memory allocation and error checking. Understanding types is crucial for effective coding and debugging.