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 / rajamanickam.m
none
| Is This Answer Correct ? | 15 Yes | 18 No |
Post New Answer View All Answers
Explain what is wrong with this program statement?
How can I read data from data files with particular formats?
How do you generate random numbers in C?
What are 3 types of structures?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
What is string constants?
please send me the code for multiplying sparse matrix using c
What is the purpose of the preprocessor directive error?
what is bit rate & baud rate? plz give wave forms
What is string length in c?
What is a header file?
What is linear search?
What is the difference between arrays and pointers?
Why clrscr is used in c?
What is file in c preprocessor?