Data Types in C Language

 Data Types in C Language
The data type of the variable are determines how many bytes of memory are dedicated to that variable, and what kind of data can be stored in the variable. As you will learn later in this chapter, there are two basic types of data: value types and reference types. If the variable is defined as a value type, then there is a very specific range of values possible, too.
A list of the basic value data types are in Table 3-1. 

                                                   Table 3-1.  C Value Data Types 
 

No comments: