1 2 3 4
char hello[5] = "12345"; int myNumber = convert_char_to_int(hello); printf("My number is: %d", myNumber);