1.

What is the output of this program?
#include 
using namespace std;
ostream & operator< {
return k;
}
int main()
{
cout << 10 << endl;
cin.get();
return 0;
}

A. 10
B. Compilation Error
C. Runtime Error
D. Garbage Value
E. None of these
Answer» C. Runtime Error


Discussion

No Comment Found

Related MCQs