Dhoka Ratan

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 →

C Interview Questions- header file, string functions, iterative loops, array pointers, bitwise operators

January 19, 2009 C

Here is another set of challenging questions that could be asked in C language interviews. Interviewers and interviewees can use questions and answers in this blog as a reference guide before conducting/attending an interview. Question.46 is about basics of header files in C. It tests whether the candidate under test is aware of the best [...]

10 comments Read the full article →

C Interview Questions – string literal, function pointer, structure pointer, sizeof operator

January 11, 2009 C

This post has some interview questions that test advanced concepts in C language. These could be asked in interviewing programmers who have experience working with C language. Question.41 is a difficult question that tests whether the programmer is acquainted with the nuances of creating strings in C. Question.42 tests the knowledge of function pointers in [...]

8 comments Read the full article →

C interview puzzles – semicolon programs, delete or replace a line in a text file

December 28, 2008 C

This post covers some of the interview puzzles asked in C language interviews. Below are five of the C interview programs that are frequently asked in freshers interview and experienced people interview. Question36(print helloworld without using semicolon), Question37(print semicolon without using semicolon) are puzzles asked in interviews. These two questions test problem solving ability and [...]

2 comments Read the full article →