Using %s format specifier in scanf, we can get string input from the user. Example. char name[20]; scanf("%s",name); ...
確定! 回上一頁