Question # 21
What will the following function call print?
22
22.00
022.000000
22.000000
Question # 22
After performing the following operations:
What will be the value of $a?
array(‘c’, ’b’, ’a’)
array(2, 1, 0)
array(‘a’, ’b’, ’c’)
None of the above