In line number 17 , logic is not understandable by me that is int digit = a[i] - ’ 0 ’ ;
Chewbacca and Number, problem
hi nikhil
it basically converts the particular character into integer;
it works on the typecasting. a[i] is typecasted into integer value.