List of Most Important & Commonly Asked C Programs in Interviews..
List of Most Important & Commonly Asked C Programs in Interviews..
in interviews...
1. C program to find factorial of a number.
2. Program to swap two bits.
3. Program to swap two words/nibbles of a byte.
4. C program to swap two numbers without using third variable.
5. Program to check whether number is Palindrome or not
6. Program to check whether number is Perfect square or not
7. Program to print "Hello World" without using semicolon.
8. Program to check whether number is Prime or not.
9. Program to check whether number is palindrome or not.
10. C program to check whether a number if Armstrong or not.
11. C program to check whether a number if Even or Odd.
12. C program to print all leap years from 1 to N.
13. C program to convert temperature from Celsius to Fahrenheit and vice versa.
14. C program to convert number from Decimal to Binary.
15. C program to convert number from Binary to Decimal.
16. Program to compare two strings without using strcmp().
17. Program to copy string without sing strcpy().
18. Program to find an element from one dimensional array.
19. Program to delete an element from one dimensional array.
20. Program to swap adjacent elements of one dimension array.
21. Program to transpose a matrix.
22. Program to multiply two matrices.
23. Program to print source code as program output.