Tag Archives: Interview Questions

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......

An excellent resource for C puzzles practice

I discovered a great website that comprehensively covers puzzles and questions in C language. Gowrikumar.com – C Puzzles What’s special about these puzzles and questions is that some......

Dos and donts in a job interview for marketing position

Watch below an interesting video recording of an interview for a marketing position. Here are few important dos and donts that can be drawn from this video.  Make a mental note of these points ......

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 – 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.......