Examveda
Examveda

What will be the output of the following PHP code ?
<?php
$a  =  'a' ;
print $a * 2;
?>

A. 192

B. 2

C. error

D. 0

Answer: Option D

Solution(By Examveda Team)

Characters cannot be multiplied.

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

Join The Discussion

Related Questions on Operators and Expressions in php