✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Consider the execution of the following code fragment:
enum { MAX_LEN = 256 };
char str[MAX_LEN];
fputs("Enter a sentence: ", stdout);
fgets(str, MAX_LEN, stdin);
fputs(str, stdout);
If the user enters the text today is a good day [followed by the keyboard button] in response to the program's prompt, write the exact text printed to the standard output stream by the code fragment's final statement.
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!