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 / sibi

11

Is This Answer Correct ?    5 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can math operations be performed on a void pointer?

574


How do you determine a file’s attributes?

587


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

639


What is a method in c?

608


What does do in c?

596






What is difference between structure and union in c programming?

559


What is structure padding and packing in c?

602


What is static volatile in c?

562


What is gets() function?

656


How to compare array with pointer in c?

610


How many keywords are there in c?

578


What is the meaning of 2d in c?

596


Explain how can a program be made to print the line number where an error occurs?

680


Explain 'bus error'?

545


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

537