Q:

What will be the output of the following PHP code?

0

What will be the output of the following PHP code?

<?php
        define("GREETING1","Hello you! How are you today?");
        define("GREETING2","Hello you! How are you today?");
        define("GREETING3","Hello you! How are you today?");
        echo defined("GREETING");
     ?>

  1. 1
  2. 0
  3. 3
  4. 4

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(b).0

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now