C++ Interview Questions
Questions Answers Views Company eMail

What is the difference between stack and heap memory?

1 366

What is exception handling in C++?

1 364

What is a custom exception?

1 342

throw Can constructors exceptions?

1 322

What is the purpose of the noexcept keyword?

1 339

What is RAII (Resource Acquisition Is Initialization)?

1 353

What is the purpose of decltype?

1 350

What is std::move?

1 348

What is the difference between std::vector and std::list

1 365

What are friend functions?

1 324

Friend functions can access private and protected members of a class.

1 380

Explain References in C++

3 660

What Is Operator Overloading in C++?

3 615


Un-Answered Questions { C++ }

How would you differentiate between a pre and post increment operators while overloading?

845


How do you initialize a string in c++?

728


How the delete operator differs from the delete[]operator?

843


In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

827


Why we use classes in oop?

747


What is static class data?

764


What are the advantages/disadvantages of using inline and const?

739


How much do c++ programmers make?

761


Explain the difference between using macro and inline functions?

793


What are multiple inheritances (virtual inheritance)?

790


What is oops?what is its use in software engineering?

742


Is the declaration of a class its interface or its implementation?

931


Explain the difference between overloading and overriding?

842


Is c++ a good beginners programming language?

767


What is the use of ::(scope resolution operator)?

820