1. Introduction
2. List of data types
3. Primitive data types in c
4. Modifiers of data types in c
5. List of modifiers in c
6. Default modifiers of data types in c
7. Default data of modifiers in c
8. Rules of using modifiers in c
9. Possibles modifiers of given data types in c
10. Size modifier in c
11. Size of data types in c
12. Sign modifier in c
13. Range of data types in c
14. Easy way to remember limit of data types in c
15. Const modifiers in c
16. Pointers modifier in c
17. Function modifier in c
18. Interrupt modifier in c
19. Volatile modifier in c
20. Fundamental data types in c
21. Memory representation of char in c
22. Memory representation of signed char in c
23. Memory representation of int in c
24. Memory representation of signed int in c

6 comments:
please provide matter for the 17,18 and 26 topics
this blog help me a lot to learn c.
I refer another website for c learning . I appreciate this to you http://goo.gl/7dNg3
modifiers in c language is great reference on this website.
please tell me to the point,"what are data types"?
need morrrrrrrre explanation ......:/
Data types are used to store various types of data..
e.g integer, float
when the type of data you are going to give at run time is integer u declare it as
int i;
in the program
i like this blog....nice help me......
Post a Comment