Discussion Forum : Sizes
Question -

Identify the incorrect option.

Options:
A .  1
B .  sizeof(float)
C .  sizeof(char)
D .  sizeof(N) = sizeof(signed N) = sizeof(unsigned N)
Answer: Option C

sizeof(char) <= sizeof(wchar_t) <= sizeof(long) 



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *