skip to main
|
skip to sidebar
C IMPORTANT PROGRAMS
Subscribe:
Pages
Home
Labels
C programs for Interview
(13)
Thursday, 8 December 2011
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
**
FRESHER JOBS
**
Contributors
Shanwaz
shanwaz
Popular Posts
Write a c program to print Fibonacci series of given range.
Code 1: 1. Write a program to generate the Fibonacci series in c 2. Write a program to print Fibonacci series in c 3. Basic c program...
Write a c program for Floyd’s triangle.
1. Write a c program to print Floyd’s triangle 2. C program to display Floyd’s triangle 3. How to print Floyd’s triangle in c #in...
Write a c program to check given number is palindrome number or not.
Code 1: 1. Wap to check a number is palindrome 2. C program to find whether a number is palindrome or not #include <stdio.h> in...
Write a c program to check given number is strong number or not.
Code 1: Write a c program to check whether a number is strong or not #include <stdio.h> int main(){ int num,i,f,r,sum=0,tem...
Frequently asked C Language Programs in interview
1.Find out the perfect number using c program 2.WAP to find given number is armstrong number or not using c program 3.WAP to given number ...
WAP to Find Given Number is Prime number or not
Definition of prime number: A natural number greater than one has not any other divisors except 1 and itself. In other word we can say whic...
WRITE A C PROGRAM TO FIND FACTORIAL OF A NUMBER
/*Program to find factorial of a given number using recursion*/ #include<stdio.h> #include<conio.h> //recursive function to find...
Find out the perfect number using c program
Code 1: 1. C program to check perfect number #include <stdio.h> int main(){ int n,i=1,sum=0; printf( "Enter a number: ...
Write a c program to find out the sum of series 1 + 2 + …. + n.
C Code: #include <stdio.h> int main (){ int n,i; int sum=0; printf( "Enter the n i.e. max values of seri...
(no title)
Feedjit Live Blog Stats
Followers
Powered by
Blogger
.
Blog Archive
►
2014
(1)
►
October
(1)
►
2013
(1)
►
September
(1)
▼
2011
(17)
▼
December
(17)
Frequently asked C Language Programs in interview
Write a c program which produces its own source co...
Write a c program to print ASCII value of all char...
Write a c program to generate multiplication table.
Write a c program for Floyd’s triangle.
Write a c program to print Fibonacci series of giv...
Write a c program to solve quadratic equation.
Write a c program to check given number is palindr...
Write A C program for odd or even number
Write a c program to check given number is strong ...
Write a c program to check given number is prime n...
WAP to Find Given Number is Prime number or not
WAP to find given number is armstrong number or no...
Find out the perfect number using c program
Write a c program to find out the sum of series 1 ...
WRITE A C PROGRAM TO FIND FACTORIAL OF A NUMBER
No comments:
Post a Comment