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