sprintf function is used to write formatted output to the string, In a C program, we use fgets function as below. sprintf ( string, “%d %c %f”, value, c, flt ) ...
確定! 回上一頁