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 / jayasree
ans is 6
that is option c
| Is This Answer Correct ? | 24 Yes | 4 No |
Post New Answer View All Answers
What is declaration and definition in c?
What are variables and it what way is it different from constants?
Explain threaded binary trees?
How many levels of pointers can you have?
What is array in C
Where does the name "C" come from, anyway?
Explain what is the heap?
What does c mean before a date?
What is the use of getchar functions?
What is %d called in c?
What are the different properties of variable number of arguments?
Why do we need functions in c?
Explain can you assign a different address to an array tag?
How many main () function we can have in a project?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.