Vidyalelo
PHP · Q125

Operators And Expressions

Programming · PHP · question 125

Q125

What will be the output of the following PHP code ? ( j - k)); ?>

A.
1
B.
no output
Answer
C.
error
D.
0

Answer: Option B

Solution

Answer: Option B
Solution:
The equation outputs false .