Answer Posted / v
This will fail if the input array is {-1,-2,-3}
| Is This Answer Correct ? | 17 Yes | 7 No |
Post New Answer View All Answers
What is a flag in c++?
Explain object slicing in c++?
How would you implement a substr() function that extracts a sub string from a given string?
What does count ++ do in c++?
What are the basic data types used in c++?
List the types of polymorphism in c++?
If I is an integer variable, which is faster ++i or i++?
What is the average salary of a c++ programmer?
How does class accomplish data hiding in c++?
Write about an iterator class?
Name four predefined macros.
What is data type in c++?
What kind of problems can be solved by a namespace?
What is helper in c++?
Explain friend class?