PHP - Output and String Handling
What will this PHP code output?
print("Sum: " . (2 + 3));print("Sum: " . (2 + 3));print outputs the concatenated string correctly without errors.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions