Page 1 of 1

Identify the incorrect option.

Posted: Wed Jul 13, 2022 7:51 pm
by answerhappygod
a) 1 <= sizeof(bool) <= sizeof(long)
b) sizeof(float) <= sizeof(double) <= sizeof(long double)
c) sizeof(char) <= sizeof(long) <=sizeof(wchar_t)
d) sizeof(N) = sizeof(signed N) = sizeof(unsigned N)