User profile: metals99

User info
User name:metals99
History
Joined:
Number of posts:2
Latest posts:

Struct Check No. Of Even, Odd And Sum up all the Digits N Conversion To Binary
char mapping (int n) { if (n == 1) return '1'; else return '0'; } I...

Struct Check No. Of Even, Odd And Sum up all the Digits N Conversion To Binary
I can't seem to output the binary part it only come out 1 bits.. Thanks in Advance for help.. #...

This user does not accept Private Messages