For polynomial functions, \( f(n^2) \) and \( f(n)^2 \) have the same growth rate. This is because both grow at a polynomial rate, and squaring \( f(n) \) is equivalent to applying the function to \( n^2 \). Hence, statement (A) is correct, and the other statements do not hold universally for all positive functions.
Final Answer: (A)