What are variables? How are
variable initialized
Answers
Answered by
0
Answer:
A variable is nothing but a name given to a storage area that our programs can manipulate. Each variable in C has a specific type, which determines the size and layout of the variable's memory; the range of values that can be stored within that memory; and the set of operations that can be applied to th
Explanation:
intialization : data_type variable;
for example I want to store a=2 in memory. I use
int a=2;
Answered by
4
┏━━━━•❅•°•❈ - •°•❅•━━━━┓
Heya here's your answer mate
┗━━━━•❅•°•❈ - •°•❅•━━━━┛
Variable✍
→ a variable is a named location in the memory which stores value temporarily. variables are also known as identifiers.
✰Hope it helps❢❢
┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅
Similar questions