When A is declared symbolic (syms A), MATLAB treats it as a symbolic variable, not a numeric one. The expression B = A*4 produces the symbolic result 4*A, not the numeric value 12. Option C is wrong because A was defined symbolically, not as an undefined variable. Options A and D incorrectly assume numeric evaluation.