Is there any difference between int [] a and int a [] in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the need of a destructor? Explain with the help of an example.
What is the use of c++ programming language in real life?
What is the basic structure of c++ program?
How to declaring variables in c++?
write a program in c++ to implement stack using functions in header file stack.h
Can you use the function fprintf() to display the output on the screen?
how many trys can we write in one class
What is the difference between strcpy() and strncpy()?
Why cout is used in c++?
What do you know about near, far and huge pointer?
What is the difference between c++ and turbo 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.