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
}
What is a standard template library (stl)?
What is stl stand for?
What is stl in oop?
What are the components of stl?
sir please send me bpcl previous question papers
0 Answers BPCL Bharat Petroleum,
What are the different types of stl containers?
How stl is different from the c++ standard library?
what is use of for loop?
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
what is an algorithm in terms of STL?
Diffrernce Between Overloading and Overriding?
i want a road rash 3d game code if some one know please help me