Q What is the output of the code: int num1 = 5; int num2 = 7; cout << num1+num2;

  • A 5
  • B 7
  • C 12
  • D None of these

MCQs Details

It is a C++ program whose output is 12.