0
C
hi I would like to write a program in c that taking as input a letter chosen by the user, this letter is exchanged with another one at random in my string. thanks to those who answered
3 Respuestas
+ 2
Attempts?
+ 2
Elia Trotta
Learn about rand() method and char pointer to work with string in C
0
I don't understand