1. Question: Which of the following is not correct type casting operator?

    A
    int

    B
    string

    C
    class

    D
    object

    Note: Not available
    1. Report
  2. Question: Which is the correct output for the following code? <?php $value1="Hello"; $value2=& $value1; $value2="Jahid"; echo $value1; ?>

    A
    Hello

    B
    Jahid

    C
    Error

    D
    Hello Jahid

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd