adspace
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
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
hi send me sample aptitude papers of cts?
Explain the difference between null pointer and void pointer.
develop algorithms to add polynomials (i) in one variable
write a program to find out prime number using sieve case?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Is int a keyword in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
what is ur strangth & weekness
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
Do you know the difference between malloc() and calloc() function?
What are pointers? What are different types of pointers?
How can I implement sets or arrays of bits?