Hey,
Thie may seem like a stupid question, and you may tell me to go learn about pointers but can you guys try and help me out here.
I want to transfer the value of a variable from one function to another for example:
int main()
{
int i;
i = 10;
}
int function1()
{
int...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.