0
what is the output of this. .... const int x=5; cout<<x++; cout<<++x; .....
8 Antworten
+ 1
correct constant should not be changed
0
compile error x should not be changed
0
What is the output of the following code?
Int x=5;
cout << x++ ;
0
What is the output of the following code?
Int x=5;
cout << x++ ;
- 1
OK
- 1
thanks😊
- 1
0
- 2
5