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

  • (A) int
  • (B) float
  • (C) char
  • (D) long
πŸ’¬ Discuss
βœ… Correct Answer: (B) float
Explanation:

 

  • 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

Explanation by: Mr. Dubey

 

  • 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

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
461
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Akash Lawaniya
Publisher
πŸ“ˆ
98%
Success Rate