Data Types :
It's a particular information a compiler or interpreter use to know how the programmer aim to use the data.
For example:
– Number of students
– Number of tables
- Floating point variables (float)
For quantities which may contain decimal point
such as distance, area, and temperature.
- Character variables (char)
A character such as A,a,B,b......$,%,u
Two or more than two Characters.
It has one of two possible values (usually true or false), intended to represent two true values of logic and Boolean algebra.
These are some basic data types there are some other data types which we will discuss later.