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
}
write a program to convert a decimal number in to its equivalent binary number?
Explain when u will use Observer pattern and how u will implement in c++ .
What is the stl, standard template library?
write a program to demonstrate,how constructor and deconstructor work under multilevel inheritance
why we are using the fork command?.. how it works?
how to overload << and >> operator in c++
WHAT IS FIBONACCI SERIES?
What do stl stand for?
What is a list in c++ stl?
write a program that input four digit no and finds it is palindrome or not
What are the components of stl?
Explain how to insert a hyperlink in to an Excel worksheet and save a Word document as a Web page.