About me
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了About me相关的知识,希望对你有一定的参考价值。
1 #include <stdio.h> 2 int main(void) 3 { 4 printf("hello my friends!"); 5 Aboutme(); 6 return 0; 7 } 8 void Aboutme() 9 { 10 printf("称呼:阿Q\n"); 11 printf("性别:男\n"); 12 printf("职业:学生\n"); 13 printf("邮箱:[email protected]\n"); 14 printf("兴趣:C、C++、php、ASP.NET 、Computer network\n"); 15 }
以上是关于About me的主要内容,如果未能解决你的问题,请参考以下文章