int main() 前端
{ 編程
return 0; 小程序
} 數組
int test() 函數
{ 工具
return 0; 學習
} 開發工具
int main() spa
{ 翻譯
test();
return 0;
}
#include <stdio.h>
int main()
{
printf("Hello World!");
return 0;
}
用2種不一樣的代碼方式輸出下面的圖案
************
** itcast **
************
內容來源:傳智播客李明傑老師授課內容