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
}
Define stl.
Who wrote stl?
write a program to demonstrate,how constructor and deconstructor work under multilevel inheritance
what is use of for loop?
what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?
Is string part of stl?
tell about sorted linked list
what is c++
how to making game in c++ ?
Is stl part of c++ standard?
What is the disadvantage of templates ?
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher