Variable in C Programming in Hindi | What is variable? | and its types , its Rules | C language

preview_player
Показать описание
Variable in C Programming in Hindi | What is variable? | and its types , its Rules | C language

What are variables in C?
There are different types of variables in C; according to their types, the amount of memory or storage space it requires differs. As we said, variables in C are storage used to hold the value. Data that variables can be different like int, float, char, double, etc.

What are variables in C programming?
Variables in C. A variable is a name of the memory location. It is used to store data. Its value can be changed, and it can be reused many times.

What is variable_name and data type in C++?
What is the syntax for variables declaration in C?

Rules for naming variable?
Variables in C must not start with the number; else, the Variable will not be valid. For example (1 string is not a valid variable).
Blank space between variables is not allowed. For example, (string one is not valid, string_one is a valid variable).
Keywords are not allowed to define as a variable. For example, (for is not a valid variable as it is used as a keyword in C language).
As C is a case sensitive language, upper and lower cases are considered as a different variable.

#variable in c programming
#register variable in c
#variable in c language
#local variables in c
#define variable in c
#type of variable
#static variable in c
#global variable
Рекомендации по теме
Комментарии
Автор

Thanks for clear explain sir😊 for variable defination.

chhayadhruw