'0'
to '9'
'A'
to 'Z'
'a'
to 'z'
void fizzbuzz(int i)
to handle your printing.
ctype.h
):
int isdigit( int ch ) int islower( int ch ) int toupper( int ch )(Note: you should be able to write these functions without knowing any actual ASCII codes.)
10010101
186
B7A316
1100111101010010
-19
Enter base: 7 Enter number: 5342 Value = 1892How would you modify your program to handle bases larger than 10?