A
Q. what is the output of below program?
Code:
<?php
$a = 10;
$b = $a>2?"Hi":"Bye";
echo "$b";
?>
$a = 10;
$b = $a>2?"Hi":"Bye";
echo "$b";
?>
- Correct Answer - Option(A)
- Views: 9
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.