Computer Science, asked by dhobisoham3, 2 months ago

Identify the incorrect option.


A. < = size of (bool) < = size of (long)

B. size of (float) < = size of (double) < = size of (long double)

C. size of (char) < = size of (long) < = size of (Wchar-t)

D. size of (N) = size of (signed N) = size of (unsigned N)​

Answers

Answered by Saivim14gmailcom
0

Answer:

b)

Explanation:

size of char <=size of double<=size of long

Answered by aryarahulpawar
0

Answer:

answer is B

Explanation:

<=size of double <= size long

Similar questions