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 will define a type NODE that is a
node in a Linked list?
A)struct node {NODE*next;int x;};type def struct node NODE;
B)typedef struct NODE {struct NODE *next;int x;};
C)typedef struct NODE {NODE *next;int x;};
D)typedef struct {NODE *next;int x;}NODE;

Answer Posted / santhoo035

d)

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many identifiers are there in c?

1087


What is the use of a static variable in c?

1112


What is the size of empty structure in c?

1131


What is the use of getchar() function?

1186


What is the concatenation operator?

1213


how to make a scientific calculater ?

2132


What is a pointer on a pointer in c programming language?

1191


What is the translation phases used in c language?

1176


What does do in c?

1121


In C language what is a 'dangling pointer'?

1244


How to write a multi-statement macro?

1103


Explain the use of #pragma exit?

1223


Is it acceptable to declare/define a variable in a c header?

1183


What is difference between far and near pointers?

1108


What is the purpose of void pointer?

1106