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