October 9, 2008
C
This post has few of the frequently asked C interview questions. Questions below are related to storage classes, bitwise operators in C language. Question.17, 18 test whether the interviewee candidate is aware of storage classes in C language, their default values, scope etc. Question.19 is an open ended question that tests the knowledge of usage [...]
Read the full article →
October 7, 2008
C
Here are more of the frequently asked C language programs in an interview. Each of the questions have been answered with code and , output and explanation. Question.31(swapping using temp variable) is a good starter in an IT interview. Question.32(swapping without temp variable) takes the interview further to test the candidate’s usage of variables. Question.33(swapping [...]
Read the full article →