What do manipulators do?
No Answer is Posted For this Question
Be the First to Post Answer
What are the debugging methods you use when came across a problem?
What is switch case in c++ syntax?
Define virtual constructor.
Is c++ slower than c?
Can class objects be passed as function arguments?
What do you mean by ‘void’ return type?
How can you say that a template is better than a base class?
What is the difference between an external iterator and an internal iterator?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
when can we use copy constructor?
tell me about yourself ?i want answer for frehers with various exasmples?
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