How to detect memory leaks in c++
What is the need of a destructor?
Differentiate between C and C++.
What is unary operator? List out the different operators involved in the unary operator.
Explain the isa and hasa class relationships.
What is a c++ class?
What are the main features of c++?
Describe exception handling concept with an example?
We use library functions in the program, in what form they are provided to the program?
what are prototypes
Which sort does c++ use?
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.
If a function doesn’t return a value, how do you declare the function?