C uses the call by value method to pass arguments to functions. How can you invoke the call by reference method?
by using pointers
by using global variables
by declaring functions separately from defining them
by using recursive functions