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 / shahzad

B)
coz ..linked list node contain two parts ..
one is address to next node
other is data part in single list....
writting keyword struct before NODE is must..

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are valid operations on pointers?

1264


Are comments included during the compilation stage and placed in the EXE file as well?

1129


What does *p++ do? What does it point to?

1124


What are the advantages and disadvantages of a heap?

1261


What are qualifiers in c?

1091


Explain why c is faster than c++?

1129


What is the purpose of main( ) in c language?

1190


In C, What is the #line used for?

2335


How can I insert or delete a line (or record) in the middle of a file?

1074


Explain what’s a signal? Explain what do I use signals for?

1255


Write a program to reverse a given number in c language?

1165


List the difference between a "copy constructor" and a "assignment operator"?

1068


What is an endless loop?

1323


what are bit fields? What is the use of bit fields in a structure declaration?

2208


Which programming language is best for getting job 2020?

1104