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
Describe how arrays can be passed to a user defined function
What is the difference between struct and typedef struct in c?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What are enumerated types?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Calculate 1*2*3*____*n using recursive function??
What is a constant?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
How to delete a node from linked list w/o using collectons?
find the sum of two matrices and WAP for it.
When we use void main and int main?
Are the variables argc and argv are local to main?
How can I implement sets or arrays of bits?
How can a program be made to print the name of a source file where an error occurs?
List some applications of c programming language?