C program to take multiline string input from user using scanf function. ... "%[^;]s" specifies that scanf will take all characters as input except ';' character.
確定! 回上一頁