C Programming #7 - Reading Strings from Standard Input

Описание к видео C Programming #7 - Reading Strings from Standard Input

C Programming video using nano and gcc in a Linux environment. Shows how to read a string from standard input. Looks at two insecure examples using scanf and gets, then shows how to use fgets to read a string. After reading the string, it shows how to use strcspn to remove the newline character.

Комментарии

Информация по комментариям в разработке