User-submitted C Projects

27
244 reads
gnomie's picture

Submitted by

gnomie
Tags:

Prime Number
This program code check whether number is prime or not.
Run It Now!
30
155 reads
gnomie's picture

Submitted by

gnomie
Tags:

Pascal Triangle
This program code takes input number of rows and then it display Pascal Triangle on ouput window.
Run It Now!
38
160 reads
leonx's picture

Submitted by

leonx
Tags:

Palindrom Number
This program to check whether a number is palindrome or not first we reverse it and then compare the number obtained with the original, if both are same then number is palindrome otherwise not.
Run It Now!
40
168 reads
leonx's picture

Submitted by

leonx
Tags:

Math Operation
This program code compute Math operation and display on console screen.
Run It Now!
36
118 reads
leonx's picture

Submitted by

leonx
Tags:

Floyd Triangle
This program code display Floyd Triangle.
Run It Now!
25
115 reads
mrstinky's picture

Submitted by

mrstinky
Tags:

Factorial
This program code takes user input and print factorial of input number.
Run It Now!
25
183 reads
onyxbladeo's picture

Submitted by

onyxbladeo
Tags:

Fibonacci Series
This program code display fibonacci series on console.
Run It Now!
35
146 reads
onyxbladeo's picture

Submitted by

onyxbladeo
Tags:

Check Vowel
This code checks whether an input alphabet is a vowel or not. Both lower-case and upper-case are checked.
Run It Now!
24
138 reads
retundror's picture

Submitted by

retundror
Tags:

Check Leap Year
This program code to check whether a number is armstrong or not.
Run It Now!
40
324 reads
retundror's picture

Submitted by

retundror
Tags:

Armstrong Number
This program code to check whether a number is armstrong or not. A number is armstrong if the sum of cubes of individual digits of a number is equal to the number itself.
Run It Now!