Monthly Archives: 2008年October

C interview questions – recursion, unions vs structures, storage allocation of variables.

Below are six of the most frequently asked C language questions in an entry level / experienced interview in software companies. Question.6 (recursion & factorial program) is frequently ask......

C interview programs: even or odd, prime or not, greatest number

Here are few of the frequently asked programs in C language interviews. Each of the questions have been answered with code and , output and explanation.Question.27(even/odd) is a good starter i......

C interview questions – command line arguments and dynamic memory allocation

This post has few of the frequently asked C questions in an interview for the entry level or the experienced. Some of the Questions below are related to the C standard library. Question.22(arg......

C interview questions – pointers, storage classes and bitwise operations

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 ca......

C interview programs – swap numbers, palindrome or not

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 varia......

C interview questions – pass by value, pass by reference, enumeration

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, ......