Category Archives: Interview Questions

Revised edition of ebook – C Question Bank

In the past, numerous articles on frequently asked C Interview Questions had been posted. All those questions were accompanied with clear answers and supporting code examples wherever appropriat......

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

10 Challenging char pattern programs

Output of a char pattern program Here are 10 pattern type problems statements with solutions. All the programs are written in C language.  This post is a part of the pattern programs series. W......

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

Would you hire samuel, a frank guy who speaks his mind at interviews

This interview is my imaginary work, a sample response for 50 commonly asked interview questions, attempting to answer few of the most tricky HR questions ever asked. A fictitious software profe......

10 Challenging number pattern programs in C

This is a continuation to the series of challenging pattern C programs in Interview Mantra. This set of 10 puzzling programs are of type number patterns. Also read Print Pattern Programs Write ......