Data types in C

C language is rich in its data types. Storage representations and machine instructions to handle constants differs from machine to machine. The variety of data types available, allow the programmers to select the type appropriate to the needs of the application, as well as the machine. In a simple way, we can say that the […]

Data types in C Read More »