program explaining feautures of c++
What is the use of volatile keyword in c++? Give an example.
Can comments be longer than one line?
What is insertion sorting?
What is capacity in vector in c++?
if there is binary tree which one is the easiest way to delete all child node?
iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications on designer by drag and dropping mechanism...so pls send me the procedure to design applications?
What are shallow and deep copy?
How many ways are there to initialize an int with a constant?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.
Are c and c++ similar?
What are the advantages of using typedef in a program?