Q. Identify the incorrect option.

  • (A) sizeof(char) <= sizeof(long) <=sizeof(wchar_t)
  • (B) 1 <= sizeof(bool) <= sizeof(long)
  • (C) sizeof(N) = sizeof(signed N) = sizeof(unsigned N)
  • (D) sizeof(float) <= sizeof(double) <= sizeof(long double)
πŸ’¬ Discuss
βœ… Correct Answer: (C) sizeof(N) = sizeof(signed N) = sizeof(unsigned N)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
275
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Siddharth M
Publisher
πŸ“ˆ
86%
Success Rate