解析
預編譯處理語句都是以#開頭,其結尾不帶分號,與普通程式語句相區別。
#endif用於結束條件編譯,編譯時與前面最近的#if、#ifdef或#ifndef作為一對,經常一起使用,編譯兩者之間的部分程式段。
auto | break | case | char | const | continue | default |
do | double | else | enum | extern | float | for |
goto | if | int | long | register | return | short |
signed | static | sizof | struct | switch | typedef | union |
unsigned | void | volatile | while | | | |