0% found this document useful (0 votes)
52 views2 pages

List of Most Important & Commonly Asked C Programs in Interviews..

This document lists 23 common C programming problems asked during interviews. These include programs to find the factorial of a number, swap bits or words, check if a number is a palindrome, prime number, Armstrong number, convert between Celsius and Fahrenheit, binary and decimal, find an element or delete from an array, transpose a matrix, and multiply matrices. It also lists 9 additional frequently asked C programs like printing "Hello World" without semicolons, finding the Fibonacci series, solving quadratic equations, and checking for palindrome, strong, and perfect numbers.

Uploaded by

M Phanindra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views2 pages

List of Most Important & Commonly Asked C Programs in Interviews..

This document lists 23 common C programming problems asked during interviews. These include programs to find the factorial of a number, swap bits or words, check if a number is a palindrome, prime number, Armstrong number, convert between Celsius and Fahrenheit, binary and decimal, find an element or delete from an array, transpose a matrix, and multiply matrices. It also lists 9 additional frequently asked C programs like printing "Hello World" without semicolons, finding the Fibonacci series, solving quadratic equations, and checking for palindrome, strong, and perfect numbers.

Uploaded by

M Phanindra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

List of most important & commonly asked c programs

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.

Frequently asked c programs in interview in C


C program to print hello world without using semicolon

1. To Find Factorial Of A Number Using C Program


2. To Find Fibonacci Series Using C Program
3. C program for solving quadratic equation
4. Write a c program to check given string is palindrome number or not
5. Write a c program to check given number is strong number or not
6. C program to find given number is prime or not
7. Write a c program to print Pascal triangle
8. Printing ascii value using c program
9. Write a c program to check given number is perfect number or not.
[email protected]
 9480027119

You might also like