How to detect memory leaks in c++
How are Structure passing and returning implemented by the compiler?
What is std :: flush?
What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?
Is map thread safe c++?
What is a 'pure' virtual function and what's its use?
Which bitwise operator is used to check whether a particular bit is on or off?
How do you initialize a class member, class x { const int i; };
What are the extraction and insertion operators in c++? Explain with examples.
Are strings immutable in c++?
How the compilers arranges the various sections in the executable image?
Is c++ faster than c?
Which of the following operator cannot be overloaded?