单项选择题

下列语句中, ( ) 将输出%d。

A、printf("%d");
B、printf("%%d");
C、printf("/%d");
D、printf("%%%d");