Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 n in c?

1056


Is boolean a datatype in c?

1069


Tell me with an example the self-referential structure?

1029


Write a program to identify if a given binary tree is balanced or not.

1164


Explain what is a program flowchart and explain how does it help in writing a program?

1099


Explain how can you tell whether a program was compiled using c versus c++?

1104


Why is a semicolon (;) put at the end of every program statement?

1076


Explain low-order bytes.

1039


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2781


Under what circumstances does a name clash occur?

1204


What is 2 d array in c?

1026


What is the ANSI C Standard?

1271


Why we write conio h in c?

1039


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1885


What are the different categories of functions in c?

1138