-->

Saturday, July 13, 2019

Variables

Variables

Those value which does not change during execution of program known as variables.


A variable is nothing but a name given to a storage area that our programs can manipulate.

A variable definition tells the compiler where and how much storage to create for the variable.

 A variable definition specifies a data type and contains a list of one or more variables of that type as follows.

syntax :

type variable list;

Here, type must be a valid C data type including char, w_char, int, float, double, bool, or any user-defined object; and variable_list may consist of one or more identifier names separated by commas.




Visit Our Website Link Here:https://www.digitalakhbar.co.in/


       < previous page                                                                             Next page >




0 Comments:

Post a Comment