A.float x =fun();B.double x =function();C.int x =fun();D.double x =fun();
A.4個B.3個C.2個D.5個
A.int A[]={1,2,3};?B.int a[5];C.int a[3-5];D.int a[3*5];