Answer Posted / pallavii
Prototyping describes the function interface to the compiler
by giving the details such as the number and the arguments
and the type return value.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
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 about c++ storage classes?
What is the header file for setw?
What is meant by const_cast?
What is static in c++?
What are the four main data types?
What is the full form of c++?
What is meant by a delegate?
Why do we use constructor?
Which function should be used to free the memory allocated by calloc()?
What is c++ stringstream?
What is endl c++?
What is input operator in c++?
What is the use of vtable?
What is lvalue?