Science, asked by Snehadeep9222, 8 months ago

Which is right way to declare constant in c

Answers

Answered by mananmadani53
1

Answer:

The const keyword

Variables can be declared as constants by using the “const” keyword before the datatype of the variable. The constant variables can be initialized once only. The default value of constant variables are zero.

Explanation:

please mark as brainlist

Answered by snehasr2014
0

Answer:question not clear

Explanation:

Similar questions