C

Winners of C Quiz Contest and Key

September 20, 2011 Announcements

Congratulations to the five winners of the C Quiz Contest.

5 comments Read the full article →

Update for C Quiz Challenge

September 16, 2011 Announcements

Recently, we had posted a Quiz Contest on C language. So far we have received received 30 responses. And we are shocked to know that only 1 out of the 30 people,  got all the answers correct! According to us, the questions in this contest are far from being tough. They simply test basic concepts [...]

2 comments Read the full article →

C Quiz Challenge — prizes for fastest & correct response

September 15, 2011 C

Instructions This quiz has 20 questions – 19 multiple choice questions & 1 text answer question Each multiple choice question has only one possible answer This Quiz Contest is targeted for freshers who have recently passed out of college. The first five people who send accurate answers at the earliest are rewarded. The winners would [...]

9 comments Read the full article →

Tata Technologies Looking for C/C++/Java programmers

June 4, 2010 Announcements

Tata Technologies Ltd. is hiring 40 professionals for Pune Location.  Headquartered in Singapore,   Tata Technologies Limited is a leader in engineering services outsourcing with over 4,000 highly skilled employees. Do you meet the following criteria? If yes, send your resume asap to sridhar@interviewmantra.net Possess 2 to 5 years of IT Experience. Education – BE [...]

2 comments Read the full article →

Revised edition of ebook – C Question Bank

March 12, 2010 C

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 appropriate. An ebook named “Favourite 50 – C Question Bank” had been created and posted to the downloads page of Interview Mantra. That ebook was a result of [...]

9 comments Read the full article →

An excellent resource for C puzzles practice

February 16, 2010 C

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 of these questions are asked in interviews of experienced C programmers at Multi National Companies. The standard of the questions and answers at the above site is [...]

3 comments Read the full article →

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

73 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

168 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 [...]

192 comments Read the full article →

Roundup of C Interview Programs

September 10, 2009 C

Roundup of all Interview programs in Interview Mantra. Write a program to find factorial of the given number. Write a program to illustrate pass by value. Write a program to illustrate pass by reference. Write a program to check whether the given number is even or odd. Write a program to swap two numbers using [...]

4 comments Read the full article →