What is function overloading in C++?
Answer / nashiinformaticssolutions
Function overloading is the process whereby two or more functions with the same name are given different parameters; it’s a type of polymorphism. The purpose of function overloading is to improve program readability and consistency as well as optimize memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
Is java a c++?
What is a v-table?
What is c++ array?
What is the outcome of cout< a) 16 b) 17 c) 16.5
what is pulse code modulation?
Differentiate between a template class and class template?
Do inline functions improve performance?
What is the best c c++ compiler for windows?
What are friend functions?