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

What are the different types of stl containers?

0 Answers  


What are the components of stl?

0 Answers  


what is the difference between thread and process

1 Answers   Infosys,


how to swap two numbers in a linked list without exchanging the data but only the links?

3 Answers   Wipro,


What is Template Specialization?

1 Answers   Lucent,


Explain when u will use Observer pattern and how u will implement in c++ .

1 Answers  


totoo po ba ang manga aliens!

0 Answers  


Write a program in C++ to concatenate two strings into third string using pointers

5 Answers  


When did c++ add stl?

0 Answers  


how to use C++?

0 Answers   NIIT,


What is the underlying datastructure of map?

5 Answers   BIA, Siemens,


Explain References in C++

3 Answers  


Categories