1.

What will be the output of the following C code if the code is executed on a 32 bit platform?

A. Error
B. Size of enum variable = 2 bytes
C. Size of enum variable = 4 bytes
D. Size of enum variables = 8 bytesView Answer
Answer» D. Size of enum variables = 8 bytesView Answer


Discussion

No Comment Found