Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~243 People Reached
Favorite Forums
Favorite Tags
c x 1
Member Avatar for Queen_1

Hi guys! I have a program that makes you choose what kind of number conversion you would like to do between Binary to Octal and Binary to Hexadecimal . Here's the function that converts binary to hexadecimal: int bintohex(void){ fract=0; bits=0; printf("Enter any binary number: "); while ((ch=getchar()) != EOF …

Member Avatar for David W
0
243