0
How can l use the one variable from one function in other functions?
4 Antworten
+ 2
If you just want to be able to use a variable everywhere, you can make it a global variable - declare it outside of any function.
(Normally we prefer not to do that.)
+ 1
I'm not sure, if I fully understand your question, but...
You could work with pointers.
Maybe you want to elaborate?
0
Nothing new for me you are not amswered
0
Well, then, as Matthias said, ask your question in a less generic way so that we can understand what you actually need.