Q:

What will be the output of the following PHP code?

0

What will be the output of the following PHP code?

<?php
       define("GREETING","Hello you! How are you today?");
       echo constant("GREETING");
   ?>

  1. Hello you! How are you today?GREETING
  2. GREETING
  3. GREETING, Hello you! How are you today?
  4. “GREETING”,”Hello you! How are you today?”

All Answers

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

 (a).Hello you! How are you today?

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