Could you please let me know whether the following return types from a sub function are valid?
If the above types are invalid, then which do you suggest is a better way to return data as a substitute to the methods mentioned above?
Thank you :-)
- Structure (struct <structname> subfunction_nam e(<data type>))
- Pointer (<data type> * subfunction_nam e(<data type>))
If the above types are invalid, then which do you suggest is a better way to return data as a substitute to the methods mentioned above?
Thank you :-)
Comment