Vidyarthiplus (V+) - Indian Students Online Education Forum

Full Version: C interview questions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
TECHNICAL APTITUDE


C INTERVIEW QUESTIONS


HEADER FILE USAGE


Sample questions:


Factorial using recursion -odd/even-swap-with & without temporary variables - with bitwise operators-greatest of three numbers- greatest of ten numbers using array-Prime number-palindrome-strings and numbers-string concatenation without using standard or built-in functions-Hello world without using semicolon in code-Print a character without using semicolon in code-Fibonacci-string comparison without using standard or built-in functions-Multiplication table-File handling-delete a specified line- replace a specified line-count the number of lines in the file.

Use of standard header files:

 The purpose and use of standard header files in c language such as stdio.h- conio.h and etc has been discussed in the file below.

Attachment:


C interview questions:


[attachment=11120]

Header files:

[attachment=11121]