Posts by Luca2453 • 33 points
1 post
-
2
votes1
answer89
viewsQ: Function that takes a string and converts it to uppercase letters gives error
My code performs double loop for and no longer executes even what I put after the function call stringToUpper() within the main(), or what I put after the loop for. #include <stdio.h> #include…