Sail E0 Webinar
Question


What will be the output of the program given below in 16-bit platform ?


#include
int main()
{
enum value{VAL1=0, VAL2, VAL3, VAL4, VAL5} var;
printf("%d\n" , sizeof(var);
return 0;
}
Options:
A .  1
B .  2
C .  4
D .  10
Answer: Option B

No answer description available for this question. 



Was this answer helpful ?
Next Question

Submit Solution

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

Latest Videos

Latest Test Papers