V Vikash Gupta π Tutor III β 33.56K Points π Advanced Web Technologies Q. In PHP7, you can create an Array constant using the ____ function. (A) define() (B) min() (C) abs() (D) sqrt() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) define()
V Vijay Sangwan π Mover β 28.62K Points π Advanced Web Technologies Q. To create a constant, use the _____ function.is used (A) define() (B) min() (C) abs() (D) sqrt() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) define()
A Admin π Coach β 38.37K Points π Advanced Web Technologies Q. The _______ function generates a random number: (A) rand (B) min (C) abs (D) sqrt() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) rand
G Gopal Sharma π Tutor III β 38.32K Points π Advanced Web Technologies Q. The _____function rounds a floating-point number to its nearest integer: (A) round (B) min (C) abs (D) sqrt() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) round
V Vijay Sangwan π Mover β 28.62K Points π Advanced Web Technologies Q. the _____function returns the square root of a number: (A) count (B) min (C) abs (D) sqrt() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) sqrt()
R Ranjeet π Tutor III β 34.60K Points π Advanced Web Technologies Q. The _____ function returns the absolute (positive) value of a number: (A) count (B) min (C) abs (D) sqrt() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) abs
R Ranjeet π Tutor III β 34.60K Points π Advanced Web Technologies Q. The _____ functions can be used to find the lowest or highest value in a list of arguments: (A) count & num (B) min & max (C) abs & count (D) sqrt() & round ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) min & max
R Rakesh Kumar π Hard Worker β 28.44K Points π Advanced Web Technologies Q. The index can be assigned automatically (index always starts at 0), like this: $cars = array("Volvo", "BMW", "Toyota"); (A) true (B) false (C) both a and b (D) none of these ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) true
V Vijay Sangwan π Mover β 28.62K Points π Advanced Web Technologies Q. in PHP ,The____ function is used to return the length (the number of elements) of an array: (A) count (B) min (C) abs (D) sqrt() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) count
V Vikash Gupta π Tutor III β 33.56K Points π Advanced Web Technologies Q. In PHP, there are three types of arrays: (A) Indexed arrays - (B) Associative arrays - (C) Multidimensional arrays - (D) all of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) all of the above