The basic concepts of variables and data types—the essential building blocks of storage that let you manage and maintain data in your programs—will be covered in this chapter.
You will understand how to declare and initialize variables at the end of this chapter.
Additionally, you will have studied about the several data types that C supports, including characters, integers, and floating-point numbers. These data types control how information is handled and stored in the memory of a program.
By now, you should know how to incorporate user input into your applications and how to store data in constants that you don't want to modify.
Author:AW.Imadh Ahmed

0 Comments