Can comments be longer than one line?
No Answer is Posted For this Question
Be the First to Post Answer
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What do you mean by C++ access specifiers ?
Is c++ slower than c?
What does it mean to declare a destructor as static?
What is difference between shallow copy and deep copy? Which is default?
Which is most difficult programming language?
What is constructor c++?
You're given an array containing both positive and negative integers and required to find the sub-array with the largest sum (O(N) a la KBL). Write a routine in C for the above.
What is runtime errors c++?
What can I safely assume about the initial values of variables which are not explicitly initialized?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
Why can you not make a constructor as const?