Questions about C functions [duplicate]

0

I created a variable inside a function and I want to use the value of this variable in another function, is it possible to do this without creating a global variable?

In case the first function asks the user to enter a name and the second of the print in that name

    
asked by anonymous 30.04.2018 / 04:15

0 answers