June 2006

C interview questions – static variables, pointers structures

June 19, 2006 C

Question.1 tests whether the interviewee is aware of significance of a static variable and whether is able to differentiate between a static variable and an automatic variable. Question.2 is about pointers in C language. Question.3(structure) is also a good starter, may be used to test whether the interviewee is aware of structure variables. Question.4(program to [...]

27 comments Read the full article →