A. What will be the output
of following code?
void main() {
int j=5;
cout<<++j<<j++<<j;
Answers
Answered by
0
void main() {
int j=5;
cout<<++j<<j++<<j;
Output
6 6 5
Similar questions
Math,
5 months ago
English,
5 months ago
Computer Science,
5 months ago
Math,
10 months ago
Biology,
1 year ago
Computer Science,
1 year ago
Physics,
1 year ago