Practicing for Constants & Operators of Web Design & Development

Questions 1 of 27
  • Q. What will be the output of the following PHP code?
    define("PHP", "PHP stands for Hypertext Pre-processor", true);
    echo PHP. "
    ". PHP;