What is the output of the following code? seenagape 10 years ago What is the output of the following code? $first = “second”; $second = “first”; echo $$$first; A. “first” B. “second” C. an empty string D. an error Explanation: ← Previous question Next question →