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 [...]
Read the full article →
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 [...]
Read the full article →