No, you don't need to make the arrays constant. When something is declared as constant in a function definition or prototype, it means that that argument will not or cannot be changed inside that function.

Quzah.