Explain shallow copy?
No Answer is Posted For this Question
Be the First to Post Answer
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
Difference between static global and global?
16 Answers Microsoft, Symphony, Wipro,
Is facebook written in c++?
What are the unique features of 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
What are 2 ways of exporting a function from a dll?
If all is successful, what should main return a) 0 b) 1 c) void
Explain the scope resolution operator?
What is the difference between std::vector and std::list
What are features of c++?
What is const in c++?
How does list r; differs from list r();?