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
What is #include stdio h and #include conio h?
write a programming in c to find the sum of all elements in an array through function.
Do you know pointer in c?
Is c easy to learn?
Which is best book for data structures in c?
What is character constants?
How do I determine whether a character is numeric, alphabetic, and so on?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
What are identifiers c?
what is the defrenece between structure and union