A.  static $varb = array(1,'val',3);

B.  static $varb = 1+(2*90);

C.  static $varb = sqrt(81);

D.  static $varb = new Object;

1
Correct Answer :
static $varb = array(1,'val',3);
Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python