putsWrites a character string to the standard output stream | |||
Arguments
Return ValueNoneExplanationThe character string s is written to the standard output stream (stdout). A newline character is appended to the end of the string.See Alsoputc(), putchar() |