Data Types:
Before writing our 1st program we must know about:
Data types:
These are the keywords which defines the type of data…
There are three basic data types viz.
If we write a statement like:
int a=5;
then it reserve a 2 byte memory space in memory. Which have valid address, which will be named as a,
int a=5;
then it reserve a 2 byte memory space in memory. Which have valid address, which will be named as a,
Đăng nhận xét