πŸ“Š C Programming
Q. Choose a correct statement regarding C Comparison Operators.
  • (A) (x == y) Is x really equal to y. (x != y) Is x not equal to y.
  • (B) (x < y) Is x less than y (x > y) Is x greater than y
  • (C) (x <= y) Is x less than or equal to y. (x >= y) Is x greater than or equal to y
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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