What i have done wrong in my Code ? (Written in C) (Vowelcounting Challenge) need help please.
I don't get it why my Code doesn't Work, as i want to. The "Vowelcounter+Bonus" program. Basically i just wanna implement two functions: One for vowelcounting One for digitcounting Both are iterating through the input which is an C-Style char-array. After an If-Else condition to check If the array is not overflowed the program should call both Void-Functions, to do their job. I have also written Just a vowelcounting-program in this Style but it doesn't call other functions and does everything in main-function, which works. (Vowelcounter) Please help me, what do i wrong. Is it some pointer-adressing-stuff, or do i declare my variables wrong ? Dear Sololearn-Community i need help to find the mistake. https://code.sololearn.com/caYOYkqprB6S/?ref=app https://code.sololearn.com/cZ0WHAEKaRPn/?ref=app