O
Q. The output of this program is
Code:
int
main () {
cout << “Hello World!” return 0;
}
main () {
cout << “Hello World!” return 0;
}
- Correct Answer - Option(B)
- Views: 157
- Filed under category C++
Discusssion
Login to discuss.