linux下運行c源碼程序

如何在linux系統下運行c源碼呢,進行以下的操做:linux

一、編寫代碼,而且以.c問後綴:源碼

二、代碼以下:io

     #include <stdio.h>
     int main(){
        printf("hello world\n");
        return 0;
      }
編譯

三、編譯 gcc -o hello hello.cgcc

四、./hello

運行成功!!!
gc

相關文章
相關標籤/搜索