Explain 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

In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

0 Answers  


In c language can we compile a program without main() function?

0 Answers  


What's the difference between a linked list and an array?

14 Answers  


how can be easily placed in TCS.

0 Answers   TCS,


How do you define a function?

0 Answers  






Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

0 Answers  


What functions are used for dynamic memory allocation in c language?

0 Answers  


1. Write a program to reverse every second word in a given sentence.

1 Answers  


where do we use volatile keyword?

1 Answers  


What is the best way to comment out a section of code that contains comments?

0 Answers  


What is spaghetti programming?

0 Answers  


what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);

10 Answers   IBM,


Categories