which of the following statements is incorrect
a.typedef struct new{
int n1;
char n2;
} DATA;
b.typedef struct {
int n3;
char *n4;
}ICE;
c.typedef union {
int n5;
float n6;
} UDT;
d.#typedef union {
int n7;
float n8;
} TUDAT;
Post New Answer View All Answers
c language interview questions & answer
What is a wrapper function in c?
State two uses of pointers in C?
What happens if a header file is included twice?
What is the meaning of 2d in c?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What is c system32 taskhostw exe?
What are file streams?
how do you execute a c program in unix.
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What are the features of the c language?
What is a example of a variable?
Why is extern used in c?
What is hashing in c language?
Differentiate between a structure and a union.