📊 C++
Q. If the variable count exceeds 100, a single statement that prints “Too many” is

  • (A) if (count>100) cout << “Too many”;
  • (B) if (count<100) cout << “Too many”;
  • (C) if (count>100) cout >> “Too many”;
  • (D) None of these
💬 Discuss
✅ Correct Answer: (A) if (count>100) cout << “Too many”;

You must be Logged in to update hint/solution

💬 Discussion


📊 Question Analytics

👁️
221
Total Visits
📽️
4 y ago
Published
🎖️
Ram Sharma
Publisher
📈
84%
Success Rate