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
Why is c known as a mother language?
Explain what is the purpose of "extern" keyword in a function declaration?
Why is c called c?
Can you apply link and association interchangeably?
Write a program to swap two numbers without using the third variable?
What is the difference between ++a and a++?
What does s c mean on snapchat?
What is function pointer c?
How would you obtain the current time and difference between two times?
What is difference between class and structure?
What are data types in c language?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is type qualifiers?
Write a program to reverse a linked list in c.
Explain what are preprocessor directives?