Differences between global variables and global static variables

Source: Internet
Author: User

Differences between global variables and global static variables:
(A) if the program is composed of a source file, there is no difference between the global variable and the Global Static variable.
(B) if the program is composed of multiple source files, the global variable is different from the Global Static variable. The Global Static variable makes the variable exclusive to the source file defining the variable, that is: the global static variables are invalid for other source files that make up the program.
(C) static files with external links; can be called in all source files; other files can be referenced in extern mode except this file;
Static global variables:
(A) do not worry that other source files use the same variable names and are independent of each other.
(B) static global variables defined in a source file cannot be used or modified by other source files.
(C) it can only be used in this file! Static with internal links; cannot be called in other files;

Differences between global variables and global static variables

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.