February 2009

C Interview Programs in Function Pointers, string functions, fibonacci numbers

February 1, 2009 C

Here are five challenging questions in C language. These are subset of frequently asked C interview questions in Interview Mantra. Question.51 is an advanced question that tests the ability to declare and use function pointers and array of function pointers. Question.52(simulation of strcmp), Question.53(simulation of strcat) test the knowledge of C standard library ‘stdio.h’ and [...]

20 comments Read the full article →