+ 1
[CHALLENGE] Reassign the value of const
Make a program in either C or C++. The program must contain a const int value of 68 and it must be reassigned to 19;
2 ответов
+ 1
Here's mine in C++ !!,
https://code.sololearn.com/c7lIGj9ylpUL/#cpp
+ 1
https://code.sololearn.com/chVX90Hda2Tm/?ref=app