Program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Program

Int main() { Const int number=2; Number=3; Printf(“the number is %d”,number); }

24th Oct 2018, 1:52 PM
Manvitha
Manvitha - avatar
1 Answer
+ 2
run in code playground and see output. if you asking why, you can't assign value twice to const. so error
24th Oct 2018, 9:19 PM
Roneel
Roneel - avatar