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

What is the condition that is applied with ?: Operator?

1096


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

2150


What are the c keywords?

1165


How can I convert a number to a string?

1117


How macro execution is faster than function ?

1152


write a progrmm in c language take user interface generate table using for loop?

2012


Can math operations be performed on a void pointer?

1015


write a c program for swapping two strings using pointer

2587


What does %p mean c?

1030


What the different types of arrays in c?

1033


What are the functions to open and close the file in c language?

1008


What is c basic?

1144


What is use of bit field?

1257


What is the use of extern in c?

1066


What does struct node * mean?

985