Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
c x 4
Member Avatar for john_hasan

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 it using for loop, which i tried but failed. So …

Member Avatar for aizam76
-1
3K
Member Avatar for john_hasan

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 , their arrivals,departures, or it have connecting flights. and other this kind of …

Member Avatar for Lerner
0
111
Member Avatar for john_hasan

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 [code]#include<stdio.h> #include<conio.h> void main() { clrscr(); int a; printf("Enter a number"); scanf("%d",&a); printf("Decimal=%d",a); printf("\nOctal=%o",a); printf("\nHexadecimal=%x",a); getch(); }[/code]

Member Avatar for Salem
0
92
Member Avatar for john_hasan

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 have c language. And I frequently need guide in this subject. So i hope you guys will help me. …

0
21