當前位置:文思屋>學習教育>考研>

筆試題(行內函數)

文思屋 人氣:3.07W

       1.行內函數是在何時處理的'? 編譯時

筆試題(行內函數)

2. 在c中為什麼不允許/*....*/巢狀? 符號解析,語法解析,else

3. 一使用者的桌面ip是, 子網掩碼是,那麼網路id (網路的第一個主機)是什麼?

4. Class B { public: static B&;amp; instance() { .... } private: B() { } B(const B&;amp; ){} } 是使用什麼模式? singkel..,proxy,factory, iterator?

5. class B{ float f, char p, int adf[3],}; sizeof? 20

6. linux中,檔案的屬性中的s是什麼含意?

7. fat16支援哪些作業系統Rat hat linux, win2000,winxp, dos8. this 呼叫成員函式會否預設呼叫*this?