Q. What should be the output of below program?
Code:int main()
{
cout<<"mcqbuddy";;;;;
return 0;
}
β
Correct Answer: (A)
mcqbuddy
int main()
{
cout<<"mcqbuddy";;;;;
return 0;
}
You must be Logged in to update hint/solution