What is a memory leak c++?
No Answer is Posted For this Question
Be the First to Post Answer
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
What does h mean in maths?
What is anonymous object in c++?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
Explain "passing by value", "passing by pointer" and "passing by reference" ?
Can you declare an array without a size in c++?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
What is a driver program?
Is it possible to have a recursive inline function in c++?
What is pointer in c++ with example?
What is the difference between global variables and static varables?
Explain the difference between overloading and overriding?