- 2
- 0
- 约7.77千字
- 约 29页
- 2017-10-07 发布于河南
- 举报
第二讲函数练习(Second, function exercises)
第二讲函数练习(Second, function exercises)
1 output the following results, implemented with function calls.
******************
How do you do!
******************
#include stdio.h
Int, main ()
{void, print_star ();
Void, print_message ();
Print_star ();
Print_message ();
Print_star ();
Return 0;
}
Void, print_star ()
{printf (******************\n)}
Void, print_message ()
{printf (How, do, you, do, \n)}
---------------------------------------------------------------
2 input two integers, requiring output greater value. Requires large numbers to be found with functions.
#include stdio.h
Int, main ()
{int
您可能关注的文档
- 琵琶行说课稿(Pipa school lectures).doc
- 瑞士手表等级分类排行(Swiss watches classification).doc
- 瓦斯日报表日语(Gas journal form Japanese).doc
- 瑞士机芯发展史(History of Swiss Movement).doc
- 瓷砖十大品牌 陶瓷十大品牌2010排行榜 瓷片十大品牌 2010(The ten major brands of ceramic tile ten brand 2010 list ten brand tiles 2010).doc
- 理解语域新要求,加强对高考作文写作过程的指导 - 英(Understanding the new requirements of the register and strengthening the guidance of the writing process of the college entrance examination).doc
- 甘肃政法学院2011年普通专科(Gansu Political Science and Law Institute 2011 General College).doc
- 甘肃酒(Gansu wine).doc
- 甚么是人类的燃眉之急管理(What is the urgent management of mankind).doc
- 甘草(Licorice).doc
原创力文档

文档评论(0)