c語言*p是什么意思 C語言中fputs()函數(shù)的返回值是什么?
C語言中fputs()函數(shù)的返回值是什么?Fputs函數(shù):向流發(fā)送字符串頭文件:#include函數(shù)原型:int Fputs(char*string,file*stream)字符串指針指向流流文件指針
C語言中fputs()函數(shù)的返回值是什么?
Fputs
函數(shù):向流發(fā)送字符串
頭文件:#include
函數(shù)原型:int Fputs(char*string,file*stream)
字符串指針指向流
流文件指針
C語言中有哪些常用函數(shù)?
C庫函數(shù)。常見的庫函數(shù)包括:
1。Scanf format input function
2,printf format output function
3,SystemDOS command function
4,sort function
5,main function
6,fgets file read string function
7,fputs file write string function
8,fscanf file format read function
9,fprintf file format write function
10,fopen打開文件函數(shù)
11,getchar輸入字符函數(shù)
12。Putcharoutput character函數(shù)
13,malloc動(dòng)態(tài)內(nèi)存應(yīng)用函數(shù)
14,空閑內(nèi)存釋放函數(shù)
15,ABS絕對(duì)值數(shù)學(xué)函數(shù)
16,sqrt平方根數(shù)學(xué)函數(shù)
puts是輸出字符串,帶有返回值。返回值是字符串的長(zhǎng)度。字符串a(chǎn)[]=“ASD”puts的返回值為4,因?yàn)楹竺嬗幸粋€(gè)0