Question:Which of the following is a correct declaration?
A static $varb = array(1,'val',3); B static $varb = 1 +(2*90); C static $varb = aqrt(81); D static $varb = new Object;
+ AnswerA
+ Report