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;
Answer Posted / sanath
Bot a and d are wrong.
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
How can I find out the size of a file, prior to reading it in?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What is the difference between āgā and āgā in C?
What is difference between structure and union with example?
Explain continue keyword in c
When was c language developed?
Multiply an Integer Number by 2 Without Using Multiplication Operator
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
How can you increase the size of a statically allocated array?
What is self-referential structure in c programming?
How pointer is different from array?
If null and 0 are equivalent as null pointer constants, which should I use?
Do you know the difference between malloc() and calloc() function?
what is the diffrenet bettwen HTTP and internet protocol