zend Certification Sample Questions

Events happening in the community are now at Drupal community events on www.drupal.org.
hariharasuthan_mk's picture

Zend Certification Read 5 Sample Questions

  1. Which of the following snippets prints a representation of 10 with two decimal places?
  2. A.
    printf("%.2d\n", 10);
    B.
    printf("%1.2f\n", 10);
    C.
    printf("%1.2u\n",10);
Read more
Subscribe with RSS Syndicate content