【測試題】C語言include引號和書名號的區別

來源:互聯網
上載者:User

標籤:

C語言include引號和書名號的區別?

如果能正確回答下面這兩個問題,應該是懂得的。

-bash-3.2$ cat fileputs("a");-bash-3.2$ cat dir/fileputs("b");-bash-3.2$ cat dir/1.cint main(){#include "file"#include <file>}-bash-3.2$ gcc -I. dir/1.c-bash-3.2$ ./a.out

請問輸出是什嗎?


-bash-3.2$ cat dir/filemain;-bash-3.2$ cat dir/1.c#include <file>-bash-3.2$ cat filecat: file: No such file or directory-bash-3.2$ gcc -I. dir/1.c

請問編譯能夠成功嗎?成功或失敗的原因是什嗎?


【測試題】C語言include引號和書名號的區別

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.