Computer Science, asked by konvexlama987, 6 months ago

give the syntax for declaring a variable​

Answers

Answered by Anonymous
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 mattaparthimounica
1

Answer:

a variable is the name of memory blocks

Explanation:

I think its help for you

Similar questions