1.

What is the output of this program?
#include 
using namespace std;
void fun()
void fun()
{
cout< }
int main()
{
fun();
return 0;
}

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


Discussion

No Comment Found

Related MCQs