I have this lines:
char *chr;
int integ;
num[0] = '1';
num[1] = '9';
How I could obtain value 19 in the integ variable????
Hi to all.
char *chr;
int integ;
num[0] = '1';
num[1] = '9';
How I could obtain value 19 in the integ variable????
Hi to all.
Comment