What is an example of enumeration?



What is an example of enumeration?..

Answer / antony edwin

when you list all of an author's works one by one.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is diffrance between declaration and defination of a variable or function

4 Answers  


Why is structure important for a child?

0 Answers  


main() { clrscr(); } clrscr();

6 Answers   ME, Wipro,


c programming of binary addition of two binary numbers

4 Answers  


simple c program for 12345 convert 54321 with out using string

7 Answers   TCS,






main() { int i=5; printf("%d%d%d%d",i++,i--,i); }

10 Answers  


What is header file in c?

0 Answers  


What is logical error?

0 Answers  


What is the difference between variable declaration and variable definition in c?

0 Answers  


What is structure packing ?

2 Answers   HP,


a value that does not change during program execution a) variabe b) argument c) parameter d) none

0 Answers  


Why do we use main function?

0 Answers  


Categories