what kind of projects are suitable for c and c++
No Answer is Posted For this Question
Be the First to Post Answer
What are virtual functions in c++?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
What is the difference between shallow copy and deep copy?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
Differentiate between a template class and class template?
What is binary object model?
What is the difference between containment and delegation?
What is a node class in c++?
Write about the stack unwinding?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
Ask to write virtual base class code?
What is the use of this pointer in c++?