enum day = { jan = 1 ,feb=4, april, may}
what is the value of may?
a)4 b)5 c)6 d)11
e)none of the above
Answer Posted / bhavani
ans:6
becz feb=4 tthen apr=5 so may :6
enum takes next contious values
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
Where are c variables stored in memory?
List some of the dynamic data structures in C?
How do you use a 'Local Block'?
Why c is faster than c++?
What was noalias and what ever happened to it?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
will u please send me the placement papers to my mail???????????????????
What is static memory allocation?
Differentiate between the = symbol and == symbol?
List the different types of c tokens?
Differentiate between the expression “++a” and “a++”?
Can stdout be forced to print somewhere other than the screen?
Can i use “int” data type to store the value 32768? Why?
praagnovation
Write a program with dynamically allocation of variable.