A

Admin • 833K Points
Coach

Q. Select the odd one out with respect to type?

  • (A) int
  • (B) float
  • (C) char
  • (D) long
  • Correct Answer - Option(B)
  • Views: 26
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

 

  • int, float, and long are numeric data types used for storing numbers.
  • char, on the other hand, is a character data type, used for storing a single character.

Since char is not a numeric type, it is the odd one out.

Correct Answer:

(C) char

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.