Q. What is the output of this program?
Code:#include
using namespace std;
int main()
{
/* this is comment*\
cout << "Uday";
return 0;
}
β
Correct Answer: (B)
Compilation Error