What is the result of the following code: <code> classT { const A = 42 + 1; } echo A; </co seenagape 8 years ago What is the result of the following code:<code>classT{ const A = 42 + 1;}echo A;</code> A.42 B.43 C.Parse error ← Previous question Next question →