摘要:
数据输出putchar()函数 #include "stdio.h"main(){ char a,b,c; a='a'; b='b'; c='c'; //putchar()函数 putchar(a); putchar(b); putchar(c);} printf()函数printf(格式控制,输出列表)%d 输出 十进制整数%o 输出 八进制整数%x 输出十六... 阅读全文
posted @ 2005-08-22 23:22
海盗
阅读(449)
评论(0)
推荐(0)
浙公网安备 33010602011771号