C語言實現hello world代碼

  C 代碼:shell include <stdio.h> main() { printf("hello world\n"); } Linux中運行代碼:code 在Linux中,編譯C語言程序每每使用了gcc做爲編譯器,並且做爲最經常使用的編譯器之一,大多數的Linux發行版都直接帶有gcc,不須要手動安裝。以Hello World程序爲例,將程序保存爲hello.c後,可在shell
相關文章
相關標籤/搜索