#include #include void star(void); int main(void) { star(); printf("Welcome to C"); star(); system("pause"); return 0; } void star(void) { printf("******************"); printf("\n"); return; } 黃色部分是程式基本要求!! 綠色部分是函式使用!!! 下圖為函式 include 用法,需要加入路徑!!
沒有留言:
張貼留言