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 are the components of stl?
write a program to convert a decimal number in to its equivalent binary number?
What is stl language?
What do stl stand for?
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
How does an stl file work?
What are the different types of stl containers?
What is stl in oop?
What is stl stand for?
Describe the My Computer and My Documents folders; identify the elements that are present in every Window.
What does stl mean in slang?
sir please send me bpcl previous question papers
What is stl in c++ with example?
how to use C++?
What is stl stack?