+1 vote
in Class 12 by kratos

Give output of the following statements:

(i) echo 10+3*2%3-6

(ii) echo ltrim(“Examination”, “Ex”)

(iii) echo date(“M-d-Y”, mktime(0,0,0,14,1,2001))

1 Answer

+3 votes
by kratos
 
Best answer

(i) 4

(ii) amination

(iii) Feb-01-2002

...