PHP - Type Handling
Identify the error in this PHP code:
$a = '10 apples';
$b = 'five';
$c = $a + $b;
echo $c;
$a = '10 apples';
$b = 'five';
$c = $a + $b;
echo $c;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions