What is stored in $message by the code that follows? $message = "The file is in \"C:\\My Documents\"";

What is stored in $message by the code that follows?
$message = "The file is in \"C:\\My Documents\"";



Answer: The file is in "C:\My Documents"


Learn More :

Prev Question