Datatype

variablesdeclaration.fashionandcs.com

Datatype:



Datatype is actually something that tells the type of the data.

Types of datatype:

To declare a variable we uses
int, char, double, long, float, string etc.
We will discuss them briefly one by one.

Comments

Popular posts from this blog

Declaring Integer type Variable and storing Values in C++ programming

Swapping of Variables