+ 3
What is the output of this code? int a 3; int b 1, 2; int c 4; b[3] 10; printf("a %d\n", a);
2 Answers
+ 9
Lord_fourth may be you are referring to this challenge quiz
Please use the search bar before posting any questions.
https://www.sololearn.com/Discuss/1683938/?ref=app
0
do this code has operator?