πŸ“Š C++
Q. What’s wrong? while( (i < 10) && (i > 24))
  • (A) the test condition is always true
  • (B) the test condition is always false
  • (C) the while loop is an exit-condition loop
  • (D) the logical operator && cannot be used in a test condition
πŸ’¬ Discuss
βœ… Correct Answer: (A) the test condition is always true

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
390
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
81%
Success Rate