What is const pointer and const reference?
No Answer is Posted For this Question
Be the First to Post Answer
What is the full form of stl in c++?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Explain the isa and hasa class relationships. How would you implement each?
Define copy constructor.
When to use “const” reference arguments in a function?
Using a smart pointer can we iterate through a container?
Is arr and &arr are same expression for an array?
What is class invariant?
how to create window program in c++.please explain.
What is a modifier in c++?
What is lazy initialization in c++?
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