What is a block in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is void pointer in c++ with example?
How much is size of struct having 1 char & 1 integer?
They will ask u question about single linked list?. Write Code for to insert delete node.
Show the application of a dynamic array with the help of an example.
if there is binary tree which one is the easiest way to delete all child node?
What is the use of the this pointer?
What does new in c++ do?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?
Explain operator overloading.
What are the popular tools used to detect memory leaks in c++
What is the Standard Template Library?