How can we convert a character into integer
char a[40]
my input to this may be like 21466845687552
now i want to access each element and want to convert it into integer and then apply aritmatic operation can i do this???????
char a[40]
my input to this may be like 21466845687552
now i want to access each element and want to convert it into integer and then apply aritmatic operation can i do this???????
Comment