Explain the concept of memory leak?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Write a corrected statement in c++ so that the statement will work properly. x =+ 7;

2 Answers  


What is conversion constructor?

2 Answers   TCS,


What is string in c++ programming?

0 Answers  


Can static member variables be private?

0 Answers  


Can there be at least some solution to determine the number of arguments passed to a variable argument list function?

0 Answers  






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 ].

1 Answers  


What is ios class in c++?

0 Answers  


What is the use of function pointer?

0 Answers  


Can a constructor return a value?

1 Answers  


What can I safely assume about the initial values of variables which are not explicitly initialized?

0 Answers  


Specify different types of decision control statements?

0 Answers  


What is difference between shallow copy and deep copy? Which is default?

1 Answers  


Categories