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 →
October 2, 2008
C
This post is a set of five of frequently asked interview questions at entry level. These questions have been attempted below. Care has been taken to make answer simple and clear. Question.12, 13 test whether the candidate appearing for interview in C Language is aware of pass by value and pass by reference concepts. The [...]
Read the full article →