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


Please Help Members By Posting Answers For Below Questions

Explain what is a pragma?

594


What is a nested formula?

605


What is the difference between break and continue?

606


What are the different file extensions involved when programming in C?

758


When should you use a type cast?

593






Compare array data type to pointer data type

600


What is a c token and types of c tokens?

591


What is #pragma statements?

591


What do you mean by a sequential access file?

629


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

665


formula to convert 2500mmh2o into m3/hr

498


What is type qualifiers?

663


What are keywords in c with examples?

604


Can you apply link and association interchangeably?

679


Explain function?

665