Q. What should be the output of below program?
Code:
int main()
{
cout<<"mcqbuddy";;;;;
return 0;
}
β
Correct Answer: (A)
mcqbuddy