C primitive data types
By Peter
In the C programming language variables are declared before the program itself starts, before functionality. This applies to functions also.
With an example:
The following program declares c primitive data types and pointer data types and does print the size for them too.