give the syntax for declaring a variable
Answers
Answered by
5
Answer:
A variable is the name of memory blocks, whose value can be changed at anytime (runtime), we can declare a variable by using following syntax: [storage_class] data_type variable_name [=value]; Here, [storage-class] and [=value] are optional. Note: if storage classis "static", initialization value must be provided.
Explanation:
Answered by
1
Answer:
a variable is the name of memory blocks
Explanation:
I think its help for you
Similar questions
Biology,
3 months ago
Science,
3 months ago
Geography,
6 months ago
Chemistry,
6 months ago
Computer Science,
11 months ago