πŸ“Š C++
Q. The output of this program is
Code:
int
main () { 
cout << “Hello World!” return 0; 
}
  • (A) Hello World
  • (B) Syntax error
  • (C) 0
  • (D) Hello World!
πŸ’¬ Discuss
βœ… Correct Answer: (B) Syntax error

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
183
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Omkar Shekhavat
Publisher
πŸ“ˆ
95%
Success Rate