နာမဝိသေသ “global”
အခြေခံပုံစံ global (more/most)
- relating to or involving the entire world
စာရင်းသွင်းပါ ဥပမာဝါကျများ၏ ဘာသာပြန်ချက်များနှင့် တစ်လုံးချင်းစီ၏ အဓိပ္ပါယ်ဖွင့်ဆိုချက်များကို ကြည့်ရှုရန်။
The internet has enabled global communication, connecting people from every corner of the world.
- in computing, describing a variable that can be used throughout an entire program
In the code, the global variable can be modified by any function, making it very flexible but also risky to use.
နာမ် “global”
အထူး global, အများ globals
- in computing, an identifier that is available across the whole program
In the program, the variable named "totalUsers" was declared as a global, allowing it to be accessed from any function within the code.