Intervue featured on Shark TankIntervue featured on Shark Tank - mobile banner

Top c++ interview questions

Real interview questions from top companies for C++. Includes theoretical concepts and coding problems.

What are the key features of C++?

What is the difference between C and C++?

What is a pointer in C++?

What is the purpose of the 'new' and 'delete' operators in C++?

What is a class in C++?

What is inheritance in C++?

What is polymorphism in C++?

What is a template in C++?

What is the difference between a reference and a pointer in C++?

What is a smart pointer in C++?

What is the purpose of the 'const' keyword in C++?

What is a lambda function in C++?

What is a functor in C++?

What is the difference between a vector and a list in C++?

What is a map in C++?

What is a set in C++?

What is the purpose of the 'std::move' function in C++?

What is the difference between a copy constructor and a move constructor in C++?

Write a C++ function to reverse a linked list.

Write a C++ function to find the maximum element in an array.

Write a C++ function to implement binary search.

Write a C++ function to find the first duplicate in an array.

Write a C++ function to implement merge sort.

Write a C++ function to find the minimum window substring that contains all characters of a given string.