C/C /C Programming - References MCQs :- multiple choice questions and answers. e.g C/C MCQS,C/C Mock Tests , C/C Practice Papers ,C/C Sample Test,C/C Sample questions

Your Session ID :-Guest3767171

Question 1: Which of the following statement is correct about the program given below? #include<iostream.h> int main() { int x = 80; int y& = x; x++; cout << x << "" "" << --y; return 0; }

The program will print the output 80 80.

The program will print the output 81 80.

The program will print the output 81 81.

It will result in a compile time error.

Total MCQS Questions are 25 in this paper C Programming - References