Q126
What will be the output of the following PHP code ? ! ( j - k)); ?>
A.
1
AnswerB.
no output
C.
error
D.
0
Answer: Option A
Solution
Answer: Option A
Solution:
Negation of a number is 0.
Operators And Expressions
Programming · PHP · question 126
Q126
Answer: Option A