What is the right way to declare a constant in c?
Answers
Answered by
1
write way to declare a constant in c program is:
const int num;
const float sum;
const char abc;
Similar questions
Science,
7 months ago
Science,
7 months ago
Math,
7 months ago
English,
1 year ago
Social Sciences,
1 year ago