Question:What is the output of the following code snippet?
$email="jahid@yahoo.com";
$a = strstr($email, '@', true);
$b=strstr($email, '@');
echo $a.'@'.$b;
 

A jahid@yahoo.com 

B jahid@@yahoo.com 

C yahoo.com@jahid 

D yahoo.comjahid 

+ Answer
+ Report
Total Preview: 883

Copyright © 2024. Powered by Intellect Software Ltd