1.

What is the output of this program?
#include 
using namespace std;
int main()
{
/* this is comment*
cout << "Interview Mania";
return 0;
}

A. Interview Mania
B. Compilation Error
C. Runtime Error
D. Garbage value
E. None of these
Answer» C. Runtime Error


Discussion

No Comment Found