黑马程序员技术交流社区
标题:
C语言编写程序
[打印本页]
作者:
yesha
时间:
2015-1-14 10:47
标题:
C语言编写程序
编写一个程序,输出下列文本,格式如:"It:'s freezing in here," he said codly.
作者:
mengxingdong
时间:
2015-1-14 11:39
printf("\"it:`s freezing in here,\" he said codly"); 还没有调试,自己试试吧
作者:
a3563365
时间:
2015-1-14 12:12
#include<stdio.h>
void main()
{
printf("\"It:'s freezing in here,\"he said codly.");
}
应该是这样的吧,现在电脑不再手里,你试试
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/)
黑马程序员IT技术论坛 X3.2