Category Archives: Interview Questions
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......
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......
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......
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......
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......
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......
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......
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.......
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......
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 ......