We can use upper case variable to declar a data type. .. (e.g).. int NUM=25; | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

We can use upper case variable to declar a data type. .. (e.g).. int NUM=25;

C programming

9th Feb 2020, 4:20 AM
ARAVINDH
ARAVINDH - avatar
2 Answers
+ 4
Yes we can, but as C is case sensitive so "NUM" will not be same as "num".
9th Feb 2020, 4:22 AM
Arsenic
Arsenic - avatar
0
Uppercase only use to declare Constant.
9th Feb 2020, 5:16 AM
A͢J
A͢J - avatar