Question: Which indicates a general term that we can apply to variables,functions and various other user defined objects?
A
B
C
D
Identifiers
B
Compound data type
C
Array
D
Symbol
Note: Not available
<?php $total=”45 fire engines”; $incoming=”10”; $total=$incoming+$total ?>
<?php $val1=”1.2e3”; $val2=2; Echo $val1 * $val2; ?>