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


Please Help Members By Posting Answers For Below Questions

What is malloc() function?

630


What is mean by data types in c?

545


Without Computer networks, Computers will be half the use. Comment.

1864


what is stack , heap ,code segment,and data segment

2210


What is the basic structure of c?

551






Explain what is the difference between functions getch() and getche()?

601


Can we compile a program without main() function?

628


What are the different file extensions involved when programming in C?

745


Explain 'bus error'?

552


How do you define structure?

557


What is the difference between void main and main in c?

618


Define macros.

773


Between macros and functions,which is better to use and why?

1565


What are the features of c languages?

622


When should you use a type cast?

583