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 character set?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What does malloc () calloc () realloc () free () do?
What is a lookup table in c?
Can true be a variable name in c?
Is the exit() function same as the return statement? Explain.
how many errors in c explain deply
How can I manipulate strings of multibyte characters?
What is the purpose of clrscr () printf () and getch ()?
Write a program to reverse a string.
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What are types of functions?
What is quick sort in c?
what are bit fields? What is the use of bit fields in a structure declaration?
How macro execution is faster than function ?