Forum: C May 5th, 2006 |
| Replies: 1 Views: 1,536 Hi friends,
i simply want to tell you that i was given a project about c language.
in this project i have to build a database of an airline. which have records of one airport's different flights ,... |
Forum: C Apr 22nd, 2006 |
| Replies: 1 Views: 2,466 This program converts a decimal input into a hexadecimal and octal value.But I also want to convert it top binary as well.So kindly guide me.
thanx
#include<stdio.h>
#include<conio.h>
void main()... |
Forum: C Apr 22nd, 2006 |
| Replies: 30 Views: 23,550 It is my while loop program:
#include<stdio.h>
#include<conio.h>
void main()
{
int count,i=1;
int a;
clrscr();
while(i<=500)
{ |
Forum: C Apr 22nd, 2006 |
| Replies: 30 Views: 23,550 Friends i have little bit problem in making a c language program.
I have to make a program which prints prime numbers from 1 to 500.
I make this program but with while loop then i was told to make... |
Forum: Community Introductions Apr 19th, 2006 |
| Replies: 0 Views: 661 Hi Guys,
I m a new member of this community.
I am student of electronic engineering. And many of my subjects are related to computer and programming.
In this semester I... |