Saved Bookmarks
| 1. |
Which statement will output $x on the screen? (a) echo “\$x” (b) echo “$$x” (c) echo “/$x” (d) echo “$x |
|
Answer» Correct Answer is: (a) echo “\$x” |
|