Explain Data Types With Size And Type In C Programming
Get Our Latest Interview Questions: Aptitude, Reasoning, English, GD, HR-PI
In the Previous given program(Program To Add 2 No.) in 7th Line: int a,b,c;
written, here int is a data type and a,b,c are variables.
Now what is
data type and variable, we discuss here:
Data Type In C Programming: data type is just a
measuring unit of computer, here we know what type of data we are using
in our program.
Like if we want to purchase oil then it will be measure
in liter but if we want to purchase rice then we measure this in kg. so
for different – different things we use different – different measuring
unit.
So same as for computer data we measure in data types. In
computer there are different - different data types:
 |
| Data Types In C Programming |
|
Now Next Question Aries What Is Primary Data Type:
Here i am discuss with you about primary data types with there size:
Expert Review: Data type is widely used in all programming language. So it is very important to know what is data type, data type size and where we use these data types.
In Our Next Page You Read Remain: Please visit next page and if you have any query then comment below.