1.

Which of the following php statement/statements will store 111 in variable num?int $num = 111;int mum = 111;$num = 111;111 = $num;

A. Both 1 and 2
B. All of the mentioned
C. Only 3
D. Only 1
Answer» D. Only 1


Discussion

No Comment Found