typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a :

a) Union

b) User defined type

c) Enumerated variable

d) none


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

Post New Answer

More C Interview Questions

What are dangling pointers? How are dangling pointers different from memory leaks?

1 Answers  


What are macros in C?

2 Answers  


How to implement variable argument functions ?

1 Answers   HP,


how to swap two nubers by using a function with pointers?

1 Answers  


what is the height of tree if leaf node is at level 3. please explain

0 Answers  


What are structural members?

0 Answers  


What is a Deque?

2 Answers  


How many levels of pointers can you have?

0 Answers  


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

0 Answers  


What does dm mean sexually?

0 Answers  


Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?

6 Answers  


What is the use of gets and puts?

0 Answers  


Categories