第二讲函数练习(Second, function exercises).docVIP

  • 2
  • 0
  • 约7.77千字
  • 约 29页
  • 2017-10-07 发布于河南
  • 举报

第二讲函数练习(Second, function exercises).doc

第二讲函数练习(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

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档