看板
[ Soft_Job ]
討論串[請益] MTK 面試測驗請教
共 14 篇文章
內容預覽:
我想到一個 但是有點髒XD. void main(int n){. void (*func[5])();. func[0] = (void (*)()) func1;. func[1] = (void (*)()) func2;. func[2] = (void (*)()) func3;. fun
(還有63個字)
內容預覽:
今兒個去MTK面試寫考卷看到兩題題目想跟大家請教一下. 1.. extern void func1(void);. extern void func2(void);. extern void func3(void);. extern void func4(void);. extern void fu
(還有562個字)