Vidyalelo
PHP · Q126

Operators And Expressions

Programming · PHP · question 126

Q126

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

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

Answer: Option A

Solution

Answer: Option A
Solution:
Negation of a number is 0.