Q. Choose the correct formatted code.

  • (A) int main() { cout << 10;}
  • (B) int main(){ cout << “10”}
  • (C) int main() { cout << “10”; }
  • (D) All of above
πŸ’¬ Discuss
βœ… Correct Answer: (C) int main() { cout << “10”; }

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
222
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Uday Singh
Publisher
πŸ“ˆ
82%
Success Rate