📊 PHP
Q. There is a variable "name" that contains the name of a person, which is/are the correct print statement(s) to print the "name" suffix with "Hello".
  • (A) print "Hello $name";
  • (B) print "Hello " . $name;
  • (C) print ("Hello $name");
  • (D) All of the above
💬 Discuss
✅ Correct Answer: (D) All of the above

You must be Logged in to update hint/solution

💬 Discussion


📊 Question Analytics

👁️
163013
Total Visits
📽️
4 y ago
Published
🎖️
Ram Sharma
Publisher
📈
84%
Success Rate