linux下如何編譯c語言

這是一個可以正常編譯的c語言代碼 #include "stdio.h" int main() {  printf("hello word!\n");  return 0; } 1.創建一個c語言文件(擴展名爲c)   touch hello.c 2.添加可以正確執行的c語言文件   vi hello.c  2.1查看創建的 ls hello.c  公共的  模板  視頻  圖片  文檔  下載  
相關文章
相關標籤/搜索