Explain selection sorting?
Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?
What is a flag in c++?
Why is standard template library used?
write a program that takes two numbers from user that prints the smallest number
What is searching? Explain linear and binary search.
What is an ABC: an "Abstract Base Class"?
Mention the storage classes in c++.
Describe run-time type identification?
Why struct is used in c++?
How do I run c++?
What is the copy-and-swap idiom?
Are strings immutable in c++?