What should main() return in c and c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are the unique features of C++.
Describe the advantage of an external iterator.
What is code reusability in c++?
What does I ++ mean in c++?
Write is a binary search tree? Write an algo and tell complexity?
Is c better than c++?
What do you mean by inheritance in c++? Explain its types.
What is the difference between interpreters and compilers?
What is the header file for setw?
What do you mean by funtion prototype?
What is the array and initializing arrays in 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.