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
Difference between pass by reference and pass by value?
Where static variables are stored in memory in c?
Why void is used in c?
What is a stream water?
Write a code on reverse string and its complexity.
how can use subset in c program and give more example
What are the advantages of the functions?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
write a program to find the given number is prime or not
What are different types of variables in c?
How can I copy just a portion of a string?
Tell us two differences between new () and malloc ()?
What is getche() function?
What is the use of a semicolon (;) at the end of every program statement?
Explain zero based addressing.