Utsav Banerjee

10 Challenging char pattern programs

January 13, 2010 C

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. Write a C program to print the following pattern: A B A C B A D C B A E D C B A

40 comments Read the full article →

10 Challenging number pattern programs in C

November 8, 2009 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 a C program to print the following pattern: 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1

100 comments Read the full article →

10 Challenging star pattern programs in C

October 19, 2009 C

Computer languages are not as easy as human languages, they need you to become a computer yourself, think like a computer and write an algorithm. Computer programs are fun if you take them up as a challenge, as unsolved puzzles. There is lot of fun in taking up the challenge, understanding the problem, writing an [...]

121 comments Read the full article →

Answers to Twitter Quiz -2 on C language

September 4, 2009 C

This quiz is a past event on Twitter. Twitter Quiz is unique format of quiz conducted by Interview Mantra. It is a short quiz of 10 questions. This quiz was on C Language. Read more about Interview Mantra Twitter Quiz> The Quiz questions, answers and their explanations have been consolidated as a blog post for [...]

0 comments Read the full article →

Answers to Twitter Quiz -1 on C language

August 26, 2009 C

This quiz is a past event on Twitter. Twitter Quiz is an innovative brain child of Interview Mantra. It is a short quiz of 10 questions. This quiz was on C Language. Read more about Interview Mantra Twitter Quiz> The Quiz questions, answers and their explanations have been consolidated as a blog post for your [...]

2 comments Read the full article →

Answers to Twitter Live quiz-3 on C

July 9, 2009 C

This is a recorded twitter quiz. @ajlopez, won this quiz. More Details about this quiz Question1: In C statement, int _new_var; The variable name is not valid and it results in a compilation error. a)True or b)False? Answer: b)False In C language, variable names can start with _(underscore) or a letter but not a number. [...]

1 comment Read the full article →

Twitter Live Quiz on C language -3

July 9, 2009 C

What: Interview Mantra Quiz-3 is a live, interactive quiz on twitter and facebook. 10 multiple choice questions would be asked one after another. Answer to each question would be published within 5 minutes of posting. You need to reply to the question before the answer is published by the quiz master. Topics: C language – [...]

0 comments Read the full article →