Struct Check No. Of Even, Odd And Sum up all the Digits N Conversion To Binarychar 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 BinaryI 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