Thanks, that makes sense but for some reason it works if all the numbers in all the rows are equal (e.g. 1 2 3 4 5 6 in all of them) but otherwise it just gives me 1 as the answer for all the rows. MAXSIZE2 is the number of column which is determined by the user so I wasn't sure ...
Hi people, i would be very thankful for ur help, maybe it takes a few minutes to understand the algorythm but if its possible take the time for it.. its about a c code and ive wroted the question directly into the code.. Code: #include #include #define ARR_MAX 8 int countLetters(char* string) { int counter; int letters = 0 ...