Answers

Question and Answer:

  Home  C++ Programming

⟩ What is the best way to declare and define global variables?

The best way to declare global variables is to declare them after including all the files so that it can be used in all the functions.

 207 views

More Questions for you: