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 / guest

ans is 6

Is This Answer Correct ?    53 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can I prevent another program from modifying part of a file that I am modifying?

639


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

937


What does node * mean?

710


Is it better to use a macro or a function?

655


What are different storage class specifiers in c?

618






What is getch c?

853


Explain what is a 'locale'?

585


Where static variables are stored in memory in c?

523


What are the c keywords?

750


What is the most efficient way to count the number of bits which are set in an integer?

591


What is an identifier?

626


What is c definition?

743


An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above

707


What is difference between function overloading and operator overloading?

658


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

695