Zend Certification Read 5 Sample Questions
Posted by hariharasuthan_mk on February 18, 2011 at 5:47pm
- Which of the following snippets prints a representation of 10 with two decimal places?
- A.
- printf("%.2d\n", 10);
- B.
- printf("%1.2f\n", 10);
- C.
- printf("%1.2u\n",10);
