Examen
C++ EXAM MULTIPLE CHOICE QUESTIONS AND ANSWERS
- Cours
- Établissement
These are operators that add and subtract one from their operands. A) plus and minus B) ++ and -- C) binary and unary D) conditional and relational E) None of these - Answer- B) ++ and -- What is the output of the following code segment? n = 1; while (n <= 5) cout << n &...
[Montrer plus]