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 are the different types of stl containers?
What are the components of stl?
what is the difference between thread and process
how to swap two numbers in a linked list without exchanging the data but only the links?
What is Template Specialization?
Explain when u will use Observer pattern and how u will implement in c++ .
totoo po ba ang manga aliens!
Write a program in C++ to concatenate two strings into third string using pointers
When did c++ add stl?
how to use C++?
What is the underlying datastructure of map?
Explain References in C++