+ 1
How to get inputs for a global variable in the global part of the function?
is it possible to get the inputs like that or not
3 Respostas
+ 6
Outside of the functions you can't write cin to make the user input.
+ 8
What do you mean by global part of the function. Inside a function outside main, or just outside main?
+ 1
just out side main