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 / rajamanickam.m
none
| Is This Answer Correct ? | 15 Yes | 18 No |
Post New Answer View All Answers
What is %lu in c?
What are 3 types of structures?
What is the purpose of realloc()?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What are the uses of null pointers?
Explain what are run-time errors?
What is the use of the function in c?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
Why void is used in c?
What is build process in c?
What are # preprocessor operator in c?
Under what circumstances does a name clash occur?
How can I do serial ("comm") port I/O?
What is the use of #define preprocessor in c?
What is break in c?