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 ? | 58 Yes | 10 No |
Post New Answer View All Answers
What does the error 'Null Pointer Assignment' mean and what causes this error?
Define Array of pointers.
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
What is a memory leak? How to avoid it?
What are the advantages of union?
What is structure pointer in c?
How can you read a directory in a C program?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
what is the difference between class and unio?
How can I find out if there are characters available for reading?
What is the purpose of the statement: strcat (S2, S1)?
What does typeof return in c?
Explain Basic concepts of C language?
How can I copy just a portion of a string?
What are types of functions?