A.函數(shù)首部 B.函數(shù)體 C.局部變量 D.全局變量
A.voidf(); B.voidf(){}; C.voidf{} D.void(){}
下面程序執(zhí)行后如果輸入的值是4則輸出的結果是()
A.4 B.8 C.16 D.19