PHP - Output and String Handling
Identify the error in the following PHP code:
print("Hello", "World");print("Hello", "World");print argument rulesprint accepts only one argument; multiple arguments cause syntax error.print is invalid syntax.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions