Why enum is used in c?


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

Post New Answer

More C Interview Questions

What is hungarian notation? Is it worthwhile?

0 Answers  


15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?

1 Answers  


What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?

2 Answers  


Describe the order of precedence with regards to operators in C.

0 Answers  


simple program for virtual function?

1 Answers  






If null and 0 are equivalent as null pointer constants, which should I use?

0 Answers  


What is the use of static variable in c?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers   Mind Tree,


write a program of palindrome(madam=madam) using pointer?

5 Answers   L&T,


Where static variables are stored in c?

0 Answers  


How to declare pointer variables?

0 Answers  


Why do we use int main instead of void main in c?

0 Answers  


Categories