How to convert character type into integer type in C language, such as char a [3] =123; int I; for(I = 0; I<A [I]; I++) makes the for statement possible.
# contains "stdio.h"
# contains "string.h"
void main()
{
char a[4]= " 123 "; //Note that the string has a terminator, which takes up one byte.