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

difference between semaphores and mutex?

1 Answers  


What is meaning of "Void main" in C Language.

24 Answers   Ford, GU, HCL, IBIBS, JUW, TCS,


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

0 Answers   Reliance,


Write a program to print prime nums from 1-20 using c programing?

13 Answers   IBM,


How do you sort filenames in a directory?

0 Answers  






What is an example of enumeration?

1 Answers  


How many types of functions are there in c?

0 Answers  


What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none

9 Answers   IBM,


What is %g in c?

0 Answers  


how to generate the length of a string without using len funtion?

4 Answers  


sum of two integers values only other then integer it should print invalid input.

1 Answers  


Explain how can I pad a string to a known length?

0 Answers  


Categories