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 pointer and structure in c?
Is c easier than java?
Explain how do you generate random numbers in c?
What is a const pointer in c?
What is infinite loop?
What is a structure member in c?
Why is structure padding done in c?
What is difference between Structure and Unions?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Why c is procedure oriented?
Explain how does free() know explain how much memory to release?
How important is structure in life?
Create a simple code fragment that will swap the values of two variables num1 and num2.
Who developed c language?
What are the features of c languages?