Question:$alive=false; //$alive is false.   $alive=1;     //$alive is true.   $alive=0;     //$alive is false.   $alive=-1;     //$alive is true.   Which data type indicates the above example? 

A Boolean 

B String 

C array 

D printf 

+ Answer
+ Report
Total Preview: 1056

Copyright © 2024. Powered by Intellect Software Ltd