a program using one dimensional array that searches a number
if it is found on the list of given input numbers given by
the user and locate its exact location in the list.
Define stl.
what is strcture i++ i ++i answer to this i=5 what is the out put
i want a road rash 3d game code if some one know please help me
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.
What two types of containers does the stl provide?
Waht is inheritance
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 FIBONACCI SERIES?
How can you create a bulleted list, numbered list and an outline by using bullets and numbering command. Explain with the help of example.
What is the disadvantage of templates ?
write a c++ to define a class box with length,breadth and height as data member and input value(),printvalue() and volume() as member functions.
how to get the sum of two integers?