1.

Mention the basic data type​

Answer»

ong>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).



Discussion

No Comment Found