Computer Science, asked by meghanapraveen13, 6 months ago

Syntax to declare a variable________________________​

Answers

Answered by radhchaudhari0099
1

Answer:

Mark me as brainlist

Explanation:

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.

Answered by ashwina9180vps
0

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:

Please mark me as brainliest

Similar questions