Answer Posted / gsrinivas
enum data type usally user defined.
for ex:
enum{sunday,monday,tuesday};
enum x;
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How does placing some code lines between the comment symbol help in debugging the code?
Explain what is the use of a semicolon (;) at the end of every program statement?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Why does not c have an exponentiation operator?
What is an auto keyword in c?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
shorting algorithmS
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Explain what is gets() function?
Write a Program to find whether the given number or string is palindrome.
What are the keywords in c?
What is indirection?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Explain 'bus error'?
Is null valid for pointers to functions?