I want to get the elements of an array of characters, but no success at all, the problem is that I only get the first and last element and nothing more, my code is:
Why don't you iterate from first character to the last one and accessing them as array index
int i; int l=strlen(cad); for (i=0;i