In C, given a string variable str, which of the following two should be preferred to. print it to stdout? 1) puts(str);. 2) printf(str);.
確定! 回上一頁