Let Us C Solutions chapter 7, Data types revisited. This chapter contains a more detailed explanation of data types in C. It was introduced in the first chapter getting started. Here will be some deep concepts about data types.
Standard C specifies four basic types, and all other are mode upon these. They are char, int, float, and double. Each of them has its own properties, specifications, and size in memory.