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 / saketh
Answer is :6,
solution:
enum is the variable that stores the values in a contiguous manner if they are not initilised with any values...
so,apr=5,may=6;
Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What are the rules for identifiers in c?
Where we use clrscr in c?
What are the header files used in c language?
what is ur strangth & weekness
What does %p mean c?
Why doesnt long int work?
What is the difference between arrays and pointers?
What is d'n in c?
Can one function call another?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What is break in c?
What is meant by errors and debugging?
Why should I prototype a function?
Write a program to check prime number in c programming?
Do pointers take up memory?