Explain the concept of memory leak?
No Answer is Posted For this Question
Be the First to Post Answer
Write a corrected statement in c++ so that the statement will work properly. x =+ 7;
What is conversion constructor?
What is string in c++ programming?
Can static member variables be private?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
What is ios class in c++?
What is the use of function pointer?
Can a constructor return a value?
What can I safely assume about the initial values of variables which are not explicitly initialized?
Specify different types of decision control statements?
What is difference between shallow copy and deep copy? Which is default?