What is function prototyping? What are its advantages?
No Answer is Posted For this Question
Be the First to Post Answer
What is object file? How can you access object file?
What is the difference between a baller and a reference in C++?
what Is DCS ? what i will get benefit when i did?
Why do we need c++?
What does std :: flush do?
What are pointer-to-members in C++? Give their syntax.
What is the difference between std::vector and std::list
Explain the difference between realloc() and free() in c++?
what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking
Which is the best c++ compiler?
What is RTRT tool?can it be used for automation?can it work on packet PC?
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.