Posts

C frequently asked Interview questions with answers

Image
Frequently asked c interview question answer fresher: List of c interview question and their answer: 1.      Write a program to find factorial of the given number 2.      Write a program to check whether the given number is even or odd. 3.      Write a program to swap two numbers using a temporary variable. 4.      Write a program to swap two numbers without using a temporary variable. 5.      Write a program to swap two numbers using bitwise operators. 6.      Write a program to find the greatest of three numbers. 7.      Write a program to find the greatest among ten numbers. 8.      Write a program to check whether the given number is a prime. 9.      Write a program to check whether the given number is a palindrome c number. 10.   Write a program to check whether the given string is a palindrome. 11.   Write a program to generate the Fibonacci series. 12.   Write a program to print”Hello World”without using semicolon anywhere in the code. 13.   Write a