Vidyalelo
PHP · all questions

Operators And Expressions
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

143

Questions

8/8

Page

Pick an option on a question to see the right answer and solution.

If you do something to an integer that makes it larger than the maximum allowable integer or smaller than the minimum possible integer, the PHP interpreter converts the result into a . . . . . 

Select an option to see the answer and solution.

The result of below two statements will be:
Round(2.5)
Round(-2.5)

Select an option to see the answer and solution.

PHP will automatically convert strings to numbers when it needs to.

Select an option to see the answer and solution.