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
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is the use of bit field?
How pointer is different from array?
What are the application of c?
main() { printf("hello"); fork(); }
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Why is c still so popular?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
Why do we need functions in c?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Explain what are the different data types in c?
Explain what is the use of a semicolon (;) at the end of every program statement?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is the purpose of realloc()?
How many types of errors are there in c language? Explain