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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What information can an exception contain?

0 Answers  


What is the best free c++ compiler for windows?

0 Answers  


Can turbo c++ run c program?

0 Answers  


Which bit wise operator is suitable for turning off a particular bit in a number?

0 Answers  


Describe private, protected and public – the differences and give examples.

0 Answers  






Difference between const char* p and char const* p?

1 Answers  


How do you find out if a linked-list has an end?

0 Answers  


Which one is better- macro or function?

0 Answers   Fidelity,


Do inline functions improve performance?

0 Answers  


What is wrapper class in c++?

0 Answers  


What is the last index number in an array of 100 characters a) 100 b) 99 c) 101

0 Answers  


Define inline function

1 Answers  


Categories