- Data:-
- Types of Data in C:-
The data type defines the set of values and a set of operations that can be performed on those values. The data is given to the program as input. The data is processed according to the program instructions and output is returned.
In program designing, the data and its types are defined before designing the actual program used to process the data. The values or data used in a program may be of different types. In a C program, each variable is associated with a specific data type.
C language provides standard data types. A standard data type is one of that is predefined in the language.
- For Example:-
- int
- float
- double
- char
Im glad to have found this post as its such an interesting one! I am always on the lookout for quality posts and articles so i suppose im lucky to have found this! I hope you will be adding more in the future...
ReplyDeletewe buy houses san Antonio
This blog post is excellent probably because of how well the subject was developped. I like some of the comments too though I would prefer we all stay on the suject in order add value to the subject!
ReplyDeletecross necklaces
This is a great blog post. Thank you very much for the fantastic insight and we really appreciate the time you took to write this. Thanks again.
ReplyDeletehow to repair bad credit
The size of basic data types in c are machine dependent, For example size of an integer data type in a 32 bit computer is 4 bytes whereas size of integer data type in 16 bit computer is 2 bytes. To know the exact size of any data type, we should use sizeof operator in C.
ReplyDeleteThere are four basic data types in C programming language.
ReplyDeleteCharacter (char)
Integer (int)
Floating Point (float)
Double Floating Point (double)