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 dynamic dispatch in c++?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What is optimization in c?
Why ca not I do something like this?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is the difference between text files and binary files?
#include
Explain the use of function toupper() with and example code?
How can I automatically locate a programs configuration files in the same directory as the executable?
Do you know the purpose of 'register' keyword?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
what is ur strangth & weekness
Write the Program to reverse a string using pointers.
Explain the difference between #include "..." And #include <...> In c?
What is the use of function overloading in C?