Is there a way to return multiple variables from a function in C? -


i coming c after long spell python. wondering if there way return information on more 1 variable in c. best method think of returning structure contained variables. best way?

c doesn't support tuples or similar features allow this. so, answer unfortunately no.

as said, closest can defining own custom struct can used store values want return.


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -