* "loop over") a string in C. // the length (4) by 1 with each loop iteration, i will go from 0 to 1 to 2 to // 3 with each loop iteration, the exact indexes of each char in the string // from the ...
str_statistics - void type - recieves char array and 3 pointers to int type initiated to 0. calcutes how many letters (Capital/Lower case), numbers there are in a certain string input. [Assumptions ...