What is enumerated data type in c?


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

Post New Answer

More C Interview Questions

write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.

3 Answers  


I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?

3 Answers  


What is the scope of global variable in c?

0 Answers  


What is meaning of tree

0 Answers  


Describe newline escape sequence with a sample program?

0 Answers  






How a string is stored in c?

0 Answers  


How many bytes are occupied by near, far and huge pointers (dos)?

0 Answers  


i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).

1 Answers  


How do you construct an increment statement or decrement statement in C?

0 Answers  


What does c mean?

0 Answers  


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

0 Answers   TCS,


write a c program to find the sum of five entered numbers using an array named number

0 Answers   TATA,


Categories