Q:

Which of the following php statement/statements will store 111 in variable num?

belongs to collection: BASICS OF PHP MCQ

0

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;


  1. Both i) and ii)
  2. All of the mentioned
  3. Only iii)
  4. Only i)

All Answers

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

 (c).Only iii)

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

total answers (1)

BASICS OF PHP MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What will be the output of the following php code?... >>
<< We can use ___ to comment a single line?...