公職◆行政法(包含行政程序法等)題庫

【非選題】
試寫出一個副程式 bitsdisplay(unsigned int p),使得這程式能將數字 p 的每一個 bit作輸出。 例如: bitsdisplay(65534) --- > 1111111111111110
(A)