Q. The output of this program is
Code:
int
main () {
cout << “Hello World!” return 0;
}
β
Correct Answer: (B)
Syntax error
int
main () {
cout << “Hello World!” return 0;
}
You must be Logged in to update hint/solution