2019年11月3日

实验2

摘要: #include <stdio.h> int main() { int x=1234; float f=123.456; double m=123.456; char ch='a'; char a[]="Hello, world!"; // 定义一个数组a,数组中连续存放了字符串常量hello,wo 阅读全文

posted @ 2019-11-03 15:22 deepone 阅读(127) 评论(2) 推荐(0)

导航