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

What are pragmas and what are they good for?

561


Array is an lvalue or not?

620


Are negative numbers true in c?

580


Explain union.

627


what is use of malloc and calloc?

1368






how to make a scientific calculater ?

1552


What is data structure in c and its types?

577


what is recursion in C

601


What is the symbol indicated the c-preprocessor?

686


What is the difference between far and near ?

669


What are the 3 types of structures?

558


What is the use of bitwise operator?

676


What is the process to create increment and decrement stamen in c?

575


When should the const modifier be used?

640


Why n++ execute faster than n+1 ?

1819