C Data Types (Notes)
Hey, learners this is the third series of our C-programming notes, which helps you to learn programming easily and faster and also helps you to complete your courses faster.
If you want to see our previous posts related to see then search on the top.
In this page to we learn about data types and does it mean.
We also classified types of C in this page.
In this page we learn some other types of C, and also learn about some integer types like char, int, long and also about it's storage size and value range.
In this page we learn "How to get exact size of a type or a variable on a particular platform" With example.
In this page we learnt about floating point types here I give you a table that gives you details about standard floating point types with storage sizes and value range and there precision.
I explain all of this with an example. When you compile and execute the above program it produces the result.
In this pages I explain you about void types.
Void type specifies that no value is available. In this I also give you some functions like
1.functions return as void
2.function arguments as void
3. Pointers to void.
Comments