0
Please what is the error in my code.
https://www.sololearn.com/coach/54?ref=app https://code.sololearn.com/cPcVW8DD35ZS/?ref=app
3 Respuestas
+ 2
👆🏾👆🏾👆🏾 yes, ‘&’ is not needed nor is the index ([i]) if you are asking user input for a whole string. also you dont give i a value but use it for you function (method).
+ 1
scanf("%s",str);
Use this