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 / sibi
11
| Is This Answer Correct ? | 5 Yes | 24 No |
Post New Answer View All Answers
What is the difference between malloc() and calloc()?
What is the use of sizeof?
What is pragma in c?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Why do we use int main instead of void main in c?
What is a pointer variable in c language?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
How do I read the arrow keys? What about function keys?
How can you avoid including a header more than once?
Define Array of pointers.
What are the different file extensions involved when programming in C?
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
Why ca not I do something like this?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
How can I ensure that integer arithmetic doesnt overflow?