重学C语言
Posted chensimin1990
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了重学C语言相关的知识,希望对你有一定的参考价值。
重学C语言
1 #include <stdio.h> 2 3 int main() 4 5 int age = 10; 6 int height = 72; 7 8 printf("I am %d year old.\n",age); 9 printf("I am %d inches tall.\n",height); 10 11 return 0; 12
以上是关于重学C语言的主要内容,如果未能解决你的问题,请参考以下文章