Q:

What is the output of the following code snippets:<?php
$output = array(3, 3, 3);
echo array_product($a);
?>

(A) 8
(B) 27
(C) 10
(D) 6

WEB TECHNOLOGIES QUESTIONS

All Replies

Viewing 1 replies (of 1 total)

Viewing 1 replies (of 1 total)

  • You must be logged in to reply to this topic.