What is friend class in c++ with example?
Describe the syntax of single inheritance in C++?
Are php strings immutable?
What are the steps in the development cycle?
what is smart pointer & use of the smart pointer ???
Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
What is "map" in STL?
What is name hiding in c++?
What are member functions used in c++?
What is c++ namespace?
How new/delete differs from malloc()/free?
What is multithreading and what is its use?Whats are multithreading techniques used in C++?
List down the guideline that should be followed while using friend function.