A.
Call Strucf(int ,int) Call Strucf(float) a=3 b=3 max=3 a=2.75 b=10 max=10 Call ~Strucf() Call ~Strucf()
B.
Call Strucf(int ,int) Call Strucf(float) a=3 b=3 max=3 a=2.75 b=10 max=10
C.
Call Strucf(int ,int) Call Strucf(float) a=3 b=4 max=4 a=2.75 b=0 max=2.75 Call ~Strucf() Call ~Strucf()
D.
Call Strucf(int ,int) Call Strucf(float) a=3 b=4 max=4 a=2.75 b=10 max=10 Call ~Strucf() Call ~Strucf()