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
How are virtual functions implemented in c++?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Is c++ pass by reference or value?
What is a node class in c++?
In a function declaration, what does extern mean?
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
What is the difference between global int and static int declaration?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Which one between if-else and switch is more efficient?
what kind of projects are suitable for c and c++
What does the linker do?
What is abstract keyword in c++?
What are files in c++?
What is dynamic and static typing?
Is c++ double?