Sail E0 Webinar
Question
Which of the following php statement/statements will store 111 in variable num?i) int $num = 111;ii) int mum = 111;iii) $num = 111;iv) 111 = $num;
Options:
A .  Both (i) and (ii)
B .  All of the mentioned.
C .  Only (iii)
D .  Only (i)
Answer: Option C


You need not specify the datatype in php.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers