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...


Find the error in the following program struct point
{struct point *next; int data; } x; main() {int...data;
}
x;
main()
{int i;
for(x=p;x!=0;)
x=x->next,x++;
freelist(x);
}
freelist(x)
{free(x);
return
}



Find the error in the following program struct point {struct point *next; int data; } x; main() {i..

Answer / bob

q=x; x=x->next; freelist(q);

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More STL Interview Questions

Define stl.

0 Answers  


Who wrote stl?

0 Answers  


write a program to demonstrate,how constructor and deconstructor work under multilevel inheritance

3 Answers   TCS,


what is use of for loop?

9 Answers   Wipro,


what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?

6 Answers  


Is string part of stl?

0 Answers  


tell about sorted linked list

1 Answers  


what is c++

2 Answers  


how to making game in c++ ?

0 Answers  


Is stl part of c++ standard?

0 Answers  


What is the disadvantage of templates ?

2 Answers   NSN, Symphony,


i wanted to know about questions about c,c++ , which is required for placements.... im a fresher

0 Answers   NDS,


Categories