User-submitted C Projects

210
1736 reads

January 25, 2013

Word length of host machine on c


#include
#include
void main()
{ int count;
unsigned int n;
clrscr();
n=~0;
count=0;
while(n!=0)
{ n=n>>1;
count++;
}

66
464 reads

January 23, 2013

Abercrombie affordable exports, as well as people who find themselves


Abercrombie outdoor jackets, Abercrombie hoodies,abercrombie and fitch Abercrombie t shirts, Abercrombie coats, Abercrombie jeans, Abercrombie th

273
1742 reads

January 23, 2013

A & F has many well-known customers, including Theodore Roosevelt


About Abercrombie & Fitch brand, abercrombie and fitch, the first big American leisure, today's young people, the most used brand, can be

167
1267 reads

January 23, 2013

A & F has many well-known customers, including Theodore Roosevelt


About Abercrombie & Fitch brand, abercrombie and fitch, the first big American leisure, today's young people, the most used brand, can be

27
109 reads
cassia's picture

Submitted by

cassia
Tags:

Swapping Number
This program code swape the number and then display number.
Run It Now!
26
270 reads
Nelly's picture

Submitted by

Nelly
Tags:

ReverseNumber.c
This program code Reverse the number and then display the number.
Run It Now!
34
366 reads
John's picture

Submitted by

John
Tags:

Fibonacci Series using Recursion
This program code display fibonacci series using recursion.
Run It Now!
22
225 reads
tinkerton74's picture

Submitted by

tinkerton74
Tags:

Print Integer
This program first inputs an integer and then prints it. Input is done using scanf function and number is printed on screen using printf.
Run It Now!
22
197 reads
duffchick5842's picture

Submitted by

duffchick5842
Tags:

Print Pyramid
This program code takes user input for number of rows and then display pyramid shape on output window.
Run It Now!
35
259 reads
duffchick5842's picture

Submitted by

duffchick5842
Tags:

Print Diamond
This program code takes input for number of rows and then display diamond shape on output window.
Run It Now!