+ 3
Explain this code output?
int Iint[] = {10, 20, 30}; cout << *a + 1;
5 ответов
+ 4
Can you please give your code in code playground and share the link?
Not understanding with a simple information:
https://www.sololearn.com/post/75089/?ref=app
+ 2
Gedion Are you sure that was the question?I think you missed something
+ 2
I don't think such a low quality question will be asked on challenge
+ 1
I found this code in the challenge
+ 1
Code will not compile, syntax error at line 1, and missing definition of variable <a>.