0
My caesar cipher implementation does not output words after a space
I wrote a caesar cipher in C but the program outputs only the first word if i have a sentence. https://www.sololearn.com/compiler-playground/cK1DtwYLXhGW
1 ответ
+ 1
Read the input string using fgets()
http://www.cplusplus.com/reference/cstdio/fgets/