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 is the purpose of sprintf() function?

0 Answers  


what is the full form of c language

9 Answers   Satyam, TCS, VNC,


int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?

7 Answers   Parimal, Wipro,


Explain how can type-insensitive macros be created?

0 Answers  


What are the types of bitwise operator?

0 Answers  






what's the return value of malloc()

9 Answers  


What is struct node in c?

0 Answers  


What is the purpose of 'register' keyword?

0 Answers  


What are the three constants used in c?

0 Answers  


logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............

2 Answers   Infosys,


code for reverse alternate words from astring

1 Answers   IBM,


What was noalias and what ever happened to it?

0 Answers  


Categories