A simple mathematical function in PHP that takes a single argument and returns the largest integer that is less than or equal to that argument, is a _______________
A simple mathematical function in PHP that takes a single argument and returns the largest integer that is less than or equal to that argument, is a _______________
abs ( ) stands for ____________
abs ( ) stands for ____________
Integer remainder from division of left hand argument by the absolute value of the right hand argument, is behavior of which arithmetic operator _______________
Integer remainder from division of left hand argument by the absolute value of the right hand argument, is behavior of which arithmetic operator _______________
Which operator returns true if the two arguments are not equal or not have the same type?
Which operator returns true if the two arguments are not equal or not have the same type?
How many numerical types are allowed in PHP?
How many numerical types are allowed in PHP?
The mt_rand ( ) function generates a random integer by using _____________
The mt_rand ( ) function generates a random integer by using _____________
If rand ( ) function is called by no argument it returns a number between 0 and ________________
If rand ( ) function is called by no argument it returns a number between 0 and ________________
The increment operator have two flavors one is postincrement and ________________
The increment operator have two flavors one is postincrement and ________________
floor ( ), ceil ( ), round ( ), abs ( ), min ( ), max ( ) all functions are exam- ple of ___________________
floor ( ), ceil ( ), round ( ), abs ( ), min ( ), max ( ) all functions are exam- ple of ___________________
Which function is used for converting arguments to doubles?
Which function is used for converting arguments to doubles?
The numerical type in PHP is integer and _____________
The numerical type in PHP is integer and _____________
The ceiling function is denoted by ____________
The ceiling function is denoted by ____________
Which operators have higher precedence?
Which operators have higher precedence?
The random number functions offered by PHP is implemented by _______________
The random number functions offered by PHP is implemented by _______________
For constructing a random string of letters which function is used ________________
For constructing a random string of letters which function is used ________________
The intval ( ) function is used for ________________
The intval ( ) function is used for ________________
The * , / , % operators have higher precedence than ________________
The * , / , % operators have higher precedence than ________________
The mt_rand ( ) function produces a better random value, and is 4 times faster than _______________
The mt_rand ( ) function produces a better random value, and is 4 times faster than _______________
The increment operator is denoted by _________________
The increment operator is denoted by _________________
The decrement operator is denoted by ______________
The decrement operator is denoted by ______________