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

totoo po ba ang manga aliens!

0 Answers  


what is a template?

2 Answers   Amazon, BITS, IBS, Wipro,


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

0 Answers  


When did c++ add stl?

0 Answers  


what is the difference between thread and process

1 Answers   Infosys,






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

5 Answers  


What does stl mean in slang?

0 Answers  


In what scenario does the Logical file and Physical file being used?

0 Answers   informatics,


What is 2*2?

7 Answers  


What is Object Oriental Progam

2 Answers  


write a c++ program to create an object of a class called employee containing the employee code name designation basic salarry HRA Da gross salary as data 10 such objects "members process "

1 Answers  


What do stl stand for?

0 Answers  


Categories