Which of the following Fortran expression is equivalent to A * (B * C) 1) (A * B) * C2) A * B * C3) ((A * B) * C)4) None of these
No Steps