Adattípusát
Adattípusát is a Hungarian term that translates to "data type" in English. It refers to a classification of data that tells the computer or programmer how the data is intended to be used and what operations can be performed on it. Data types are fundamental in programming as they define the kind of values a variable can hold and how much memory is allocated for it.
Common data types include integers (whole numbers), floating-point numbers (numbers with decimal points), characters (single letters