+ 1
What is the reason of error in the code
It is one of the ques in the c challenge https://code.sololearn.com/cGgm4P1lJcX0/?ref=app
5 ответов
+ 2
Try x = {1,2,3};
+ 1
The syntax only is wrong for that line:
int x=1,2,3;
You can't write like this
+ 1
What happenes in this code
0
Mahv please tell how can you manipulate the values 2 &3 with variable x