"/>
<?php echo "chr(52)";?>
<?php
echo "chr(52)";
?>
1
2
3
4
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option D
Explanation :
The chr() function returns a character from the specified ASCII value. Since the ASCII value of 4 is 52, thus 4 was displayed.
Be The First To Comment