10 Most Important C Interview Programs
Here are some of the most important C Interview Programs asked in almost every interview.
- Write a program to find if a given number is Even or Odd ?
- Write program to print number in reverse order i.e 123 -- 321.
- Write a C program to print the Fibonacci Series:0 1 1 2 3 5 8 13 .....
- Write a C program to print sum of entered numbers.
- Write a program to find Average of entered numbers.
- Write a Program to display Sum of Odd numbers from 1 to the entered number.
- Write a program to find Simple Interest (S.I) .
- Write a program to find Area and Circumference of a circle.
- Write a c Program to find the value of a number raised to some power.
- Write a program to print the following pattern :- A B B C C C D D D D
These programs are asked in basic interviews for NON-CSE engineers.
For more such programs refer :
C Interview Programs on logicguns.com
For more such programs refer :
C Interview Programs on logicguns.com
Comments
Post a Comment