0
Given a character , convert it to upper or lower
I don't know what is the error. Can somebody help me? https://code.sololearn.com/c4mWVY3m37gq/?ref=app
2 Réponses
+ 2
Hi Geek
To take input, you have to use ampersand with variable -
scanf("%c",&ch);
+ 1
What happens when you don't use ampersand?