You can take char array as input by using scanf and then turn that char array into string type. Example: char a[1000] ={0}; ...
確定! 回上一頁