Pointers in C

  • + 0 comments

    Yes you are correct, as it is a void return type yo may not return a value. In regards to returning to values in C, we can return more than one values from a function by using the method called “call by address”, or “call by reference”.