码迷,mamicode.com
首页 > 编程语言 > 详细

重学C语言

时间:2019-10-03 12:49:55      阅读:72      评论:0      收藏:0      [点我收藏+]

标签:main   style   class   turn   bsp   return   int   nbsp   clu   

重学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语言

标签:main   style   class   turn   bsp   return   int   nbsp   clu   

原文地址:https://www.cnblogs.com/chensimin1990/p/11619284.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!