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; 

+ Answer
+ Report
Total Preview: 739

Copyright © 2024. Powered by Intellect Software Ltd