char, int, double and float.| Type name | Meaning |
|---|---|
char | The most basic unit addressable by the machine; typically a single octet. This is an integral type. |
int | The most natural size of integer for the machine; typically a whole 16, 32 or 64 bit addressable word. |
float | A single-precision floating point value. |
double | A double-precision floating point value. |
New learner (that is never make any program yet) may be does not understand about this type.
We will learn step by step about programming.
We will use C/C++ programming language.
Now, u can search and download it.

No comments:
Post a Comment