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 is a standard template library (stl)?

1 Answers  


What is stl stand for?

1 Answers  


What is stl in oop?

1 Answers  


What are the components of stl?

1 Answers  


sir please send me bpcl previous question papers

0 Answers   BPCL Bharat Petroleum,


What are the different types of stl containers?

1 Answers  


How stl is different from the c++ standard library?

1 Answers  


what is use of for loop?

9 Answers   Wipro,


help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase

1 Answers  


what is an algorithm in terms of STL?

1 Answers   Lucent, Wipro,


Diffrernce Between Overloading and Overriding?

2 Answers   Wipro,


i want a road rash 3d game code if some one know please help me

1 Answers  


Categories