Briefing Zend Knowledge

What will the following function call print?

What will the following function call print?
<code>
printf(‘%010.6f’, 22);
</code>

A.
22

B.
22.00

C.
022.000000

D.
22.000000