mention the basic data type
Answers
Answered by
0
Answer:
Most programming languages support basic data types of integer numbers (of varying sizes), floating-point numbers (which approximate real numbers), characters and Booleans. A data type constrains the values that an expression, such as a variable or a function, might take.
String (or str or text). Used for a combination of any characters that appear on a keyboard, such as letters, numbers and symbols.
Character (or char). Used for single letters.
Integer (or int). Used for whole numbers.
Float (or Real). ...
Boolean (or bool).
Similar questions