In C programming language, a variable is a named memory location used to store data that can be changed during program execution.
OR,
Variable is a symbolic name, is used to store different types of data in the computer’s memory(RAM) and may change during the program execution.
Ex :
int age = 20;
float salary = 5000.50
char grade = ‘A’;
Here ,
age , salary , grade - variables
20, 5000.50, ’A’ - values stored in memory
#CProgramming #CVariable #variables #LearnC #ProgrammingBasics #CCode #CodingConcepts #ConstKeyword #CDeveloper #ProgrammingFundamentals #CodeLearning #CExamples #LearnToCode #TechEducation #ComputerScience #CodeSmart #ProgrammingLife #CodeTips #CodingForBeginners #SoftwareDevelopment #CConcepts