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
write a proram to reverse the string using switch case?
How can you be sure that a program follows the ANSI C standard?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
How do I create a directory? How do I remove a directory (and its contents)?
What is function what are the types of function?
How can I invoke another program or command and trap its output?
What is else if ladder?
Where can I get an ansi-compatible lint?
Explain the use of fflush() function?
What does c mean in basketball?
Explain the Difference between the New and Malloc keyword.
What is the purpose of scanf() and printf() functions?
what is the diffrenet bettwen HTTP and internet protocol
Do character constants represent numerical values?
Explain how do you declare an array that will hold more than 64kb of data?