Explain enumerated types in c language?


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

Post New Answer

More C Interview Questions

struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??

9 Answers   Verifone,


Explain what is the concatenation operator?

0 Answers  


Explain how do you list files in a directory?

0 Answers  


In c programming language, how many parameters can be passed to a function ?

0 Answers  


What is a global variable in c?

0 Answers  






how to print the character with maximum occurence and print that number of occurence too in a string given ?

0 Answers   Microsoft,


Explain what header files do I need in order to define the standard library functions I use?

0 Answers  


What are register variables? What are the advantage of using register variables?

0 Answers   TISL,


second highest number in a given set of numbers

3 Answers   TCS,


how to write hello word without using semicolon at the end?

6 Answers   Accenture,


a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6

7 Answers   TCS,


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

0 Answers  


Categories