红五星3d图库永久域名:C 语言问题,求救!

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/29 07:14:33
printf:formatted output to stdout
int printf(const char *format, ...);
prototype in stdio.h

print formats a variable number of arguments
according to the format, and sends the output
to stdout. returns the numberof bytes output.
in the event of reeor ,it returns EOF.

see also evct fprintf putc
puts scanf vprintf
请问一下上面的const是关键词,但是是什么意思呢?还有see also 旁边的一些语言又是什么意思呢?
希望好心的C语言的高手能不能帮我翻译一下上面这些语言表述讲的是什么意思呢?

这个。。。。。。是标准的C语言语句么?还是你从C语言的教程书上抄下来的。。。。。