C

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 →

Define vs declare a variable, formal vs actual arguments, getchar vs scanf, break vs continue

April 26, 2009 C

Question.61 (main function), Question.62 (define vs declare),Question.63 (formal vs actual arguments) test whether the candidate knows basics of C programming. Question.64 (getchar vs scanf) tests basics of io. Question.65 (break vs continue) tests whether candidate knows the subtle differences using ‘break’ and ‘continue’ in loops. <Previous Questions(55-60) | All C Language Interview Questions (61 to [...]

24 comments Read the full article →

C Interview Programs to print number patterns

April 8, 2009 C

This post has few of basic number pattern programs in C. Question.56(multiplication table) tests the ability to convert an elementary algorithm into a program. Question.57, Question.58 are programs that test the ability of candidate to use nested while/for loops to print special number patterns. Question.59, Question.60 test ability of using simple while/for loops and basics [...]

208 comments Read the full article →

C Interview Programs in Function Pointers, string functions, fibonacci numbers

February 1, 2009 C

Here are five challenging questions in C language. These are subset of frequently asked C interview questions in Interview Mantra. Question.51 is an advanced question that tests the ability to declare and use function pointers and array of function pointers. Question.52(simulation of strcmp), Question.53(simulation of strcat) test the knowledge of C standard library ‘stdio.h’ and [...]

20 comments Read the full article →

Download PDF

January 24, 2009 C

Why download C Question Bank? Best book to brush C concepts before Interview. Contains Questions asked in interviews of International Companies. All the questions are neatly answered  with examples. Contains tested & working code samples — not just Theory. Light weight ebook, contains 50 pages only. >>Download C Question Bank Interview Mantra is subscribed by [...]

51 comments Read the full article →

C Interview Questions- header file, string functions, iterative loops, array pointers, bitwise operators

January 19, 2009 C

Here is another set of challenging questions that could be asked in C language interviews. Interviewers and interviewees can use questions and answers in this blog as a reference guide before conducting/attending an interview. Question.46 is about basics of header files in C. It tests whether the candidate under test is aware of the best [...]

10 comments Read the full article →

C Interview Questions – string literal, function pointer, structure pointer, sizeof operator

January 11, 2009 C

This post has some interview questions that test advanced concepts in C language. These could be asked in interviewing programmers who have experience working with C language. Question.41 is a difficult question that tests whether the programmer is acquainted with the nuances of creating strings in C. Question.42 tests the knowledge of function pointers in [...]

8 comments Read the full article →

C interview puzzles – semicolon programs, delete or replace a line in a text file

December 28, 2008 C

This post covers some of the interview puzzles asked in C language interviews. Below are five of the C interview programs that are frequently asked in freshers interview and experienced people interview. Question36(print helloworld without using semicolon), Question37(print semicolon without using semicolon) are puzzles asked in interviews. These two questions test problem solving ability and [...]

2 comments Read the full article →

List of all C interview questions in this blog

November 18, 2008 C

All the Material available on this site is absolutely Free! Please support us by subscribing via email. Enter your email below We do not sell your email or spam. Go to Downloads Page to download all the C interview question and answers as a pdf. What does a static variable mean? What is a pointer? [...]

7 comments Read the full article →

C interview questions – recursion, unions vs structures, storage allocation of variables.

October 26, 2008 C

Below are six of the most frequently asked C language questions in an entry level / experienced interview in software companies. Question.6 (recursion & factorial program) is frequently asked in fresher’s or entry level interview in C language. Recursion and factorial are interviewers’ favourite to start off in an interview. Question.7(binary to hex) is not [...]

7 comments Read the full article →