单项选择题

可实现输出“比例值为20%”的语句是( )。

A.printf("比例值为20%%");
B.printf("比例值为%%20");
C.printf("比例值为20%");
D.printf("比例值为%20");