Multiple Choice
Which of the below statements is equivalent to $add += $add ?
A) $add = $add
B) $add = $add +$add
C) $add = $add + 1
D) $add = $add + $add + 1
Correct Answer:

Verified
Correct Answer:
Verified
Q1: PHP files have a default file extension
Q2: Which of the conditional statements is/are supported
Q3: Which of the looping statements is/are supported
Q4: What functions count elements in an array?<br>A)Count<br>B)Size<br>C)Array_Count<br>D)Count_array
Q5: There are three different kind of arrays:<br>A)Numeric
Q7: Which of the following is/are a PHP
Q8: What function computes the difference of arrays?<br>A)array_diff<br>B)diff_array<br>C)arrays_diff<br>D)diff_arrays
Q9: What will be the output of the
Q10: Who is the father of PHP?<br>A)Rasmus Lerdorf<br>B)Willam
Q11: Which of following variables can be assigned