int x = 5; x = x++; std::cout << x << std::endl;
Take a moment. What do you think the output will be?
A) 62 B) 63 C) 64 D) 65
Happy coding
A) 32
Face A: ■ Face B: ■■ Face C: ■■■ Face D: ■■■■
int x = 5; x = x++; std::cout << x << std::endl;
Take a moment. What do you think the output will be? iq-test.cc answers
A) 62 B) 63 C) 64 D) 65
Happy coding
A) 32
Face A: ■ Face B: ■■ Face C: ■■■ Face D: ■■■■ int x = 5; x = x++; std::cout