Write a C++ program that will implement the following tasks to help students understand the difference between local and global identifiers. Make sure to use appropriate variable types and display the results clearly. Global Identifiers:
a) Declare a global integer variable outside of any function.



Answer :

Other Questions