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


Please Help Members By Posting Answers For Below Questions

What is c system32 taskhostw exe?

552


How do you define CONSTANT in C?

624


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2308


What is #define size in c?

617


When should I declare a function?

598






Explain what are binary trees?

582


What is external variable in c?

582


What is the difference between pure virtual function and virtual function?

620


How main function is called in c?

601


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

1680


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

636


What do you mean by dynamic memory allocation in c?

624


Explain the difference between exit() and _exit() function?

605


List the difference between a 'copy constructor' and a 'assignment operator' in C?

612


What are the differences between new and malloc in C?

583