Question:Which of the following type cast is not correct?
1 <?php
2 $fig = 13;
3 $varb1 = (real) $fig;
4 $varb2 = (double) $fig;
5 $varb3 = (decimal) $fig;
6 $varb4 = (bool) $fig;
7?> 

A real 

B double 

C decimal 

D boolean 

+ Answer
+ Report
Total Preview: 4136

Copyright © 2025. Powered by Intellect Software Ltd