Variable in c language
An entity that may vary during program execution is called a variable. Variable names are names given to locations in memory. These locations can contain integer, real, or character constants. Consider the following example. Rules of constucting variable Name:- How to declare variables? Whatever variable we are going to use in our program at first […]