Home > Back-end >  C programming problems such as online urgent!!!!!!!!!!
C programming problems such as online urgent!!!!!!!!!!

Time:09-27

Prompt the user input from the keyboard (a word which may contain one or more Spaces, tabs, TAB, carriage return line breaks and ends with the EOF marker, namely as input end user input Ctrl + Z)

CodePudding user response:

#include

Int main ()
{
Printf (" input a word (which may contain one or more Spaces, tabs, TAB, carriage return line breaks and ends with the EOF marker, namely as input end user input Ctrl + Z) \ n ");
}

CodePudding user response:

A poor gets ()
  • Related