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
}
Answer Posted / bob
q=x; x=x->next; freelist(q);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is stl in c++ with example?
Is stl part of c++ standard?
When did c++ add stl?
What are stl algorithms?
Describe the My Computer and My Documents folders; identify the elements that are present in every Window.
Is stl open source?
What is meant by stl in c++?
What does stl stand for in basketball?
Can we use stl in coding interviews?
Is string part of stl?
How is stl different from c++ standard library?
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister
What is a standard template library (stl)?
What is a list in c++ stl?