Tag Archives: cpp interview questions

C++ Hard Interview Questions – part2

In websites such as coolinterview.com, geekinterview.com, you will find plethora of technical interview questions. But all the questions there are posted and answered by the users. You might hav......

C++ Hard Interview Questions – part1

1. Why don’t we have virtual constructors? The virtual mechanism, though used without the knowledge of the complete type of the object, works only on fully-constructed objects. But, in ord......

C++ Medium Interview Questions – part2

This post is a part of an ongoing series of C++ Interview Questions. This is Second part of the two parts of C++ interview questions with medium difficulty. These questions were handpicked by th......

C++ Medium Interview Questions – part1

This post is a part of an ongoing series of C++ Interview Questions. This is First part of the two parts of C++ interview questions. Each part consists of 5 questions along with detailed answers......

C++ Easy Interview Questions – part2

This post is a part of an ongoing series of C++ Interview Questions. This is Second part of the two parts of C++ interview questions(First part here). Each part consists of 5 questions along wit......

C++ Easy Interview Questions – part1

This post is a part of an ongoing series of C++ Interview Questions. This is first one of the two parts of C++ interview questions. Each part consists of 5 questions along with detailed answers.......