Examveda
Examveda

What will be the output of the following PHP code ?
<?php
$i = 0; $j = 1; $k = 2;
print !(($i + $k) < ($j - $k));
?>

A. 1

B. true

C. false

D. 0

Answer: Option A

Solution(By Examveda Team)

True is 1.

This Question Belongs to PHP >> Operators And Expressions In Php

Join The Discussion

Related Questions on Operators and Expressions in php