C++ Programming Question: Download C++ Programming PDF

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

Tweet Share WhatsApp

Answer:

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.

Download C++ Programming PDF Read All 120 C++ Programming Questions
Previous QuestionNext Question
How do you decide which integer type to use?What does extern mean in a function declaration?