+ 1
Please some body help me in this code.
By using char array input name from user and display it in upper and lower both cases. thanks
2 odpowiedzi
+ 3
fgets () function for input (unless you wanna use a c++ version)
then use toupper() or tolower() functions in the <ctype.h> library
0
u need to use something like that:
char* name;
- this work like string so so