"/>
<?phpint $one = 1;echo "$one";?>
<?php
int $one = 1;
echo "$one";
?>
0
1
$one
Error
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option D
Explanation :
Unlike other programming languages there are no data types in PHP.
Be The First To Comment