What is the benefit of using an enum rather than a #define constant?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is structure in c explain with example?

0 Answers  


What is size of union in c?

0 Answers  


What is static memory allocation? Explain

0 Answers  


print ur name without using any semicolon in c/c++....

21 Answers   Bosch, TCS, Wipro,


define function

4 Answers   Assurgent, Sonata,






What is c++ used for today?

0 Answers  


What is an lvalue?

0 Answers  


What are the types of pointers in c?

0 Answers  


What will be printed as the result of the operation below: #include<..> int x; int modifyvalue() { return(x+=10); } int changevalue(int x) { return(x+=1); } void main() { int x=10; x++; changevalue(x); x++; modifyvalue(); printf("First output:%d\n",x); x++; changevalue(x); printf("Second output:%d\n",x); modifyvalue(); printf("Third output:%d\n",x); }

2 Answers  


What do you mean by team??

5 Answers   Student,


What is the use of parallelize in spark?

0 Answers  


Why #include is used in c language?

0 Answers  


Categories