Back to Browse

Variable in C

8 views
Premiered May 8, 2026
14:33

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

Download

0 formats

No download links available.

Variable in C | NatokHD