The following line shows how to output the value of a variable using printf. printf("%d", b);. The %d is a placeholder that will be replaced by the value of the ...
確定! 回上一頁