Tagged articles

local variable

3 articles · Page 1 of 1
Liangxu Linux
Liangxu Linux
Feb 13, 2025 · Fundamentals

Mastering C++ static Variables: Lifetime, Scope, and Practical Examples

This article explains the C++ static keyword, detailing how static variables extend lifetime across function calls, the differences between static local and global variables, and provides clear code examples illustrating their behavior and proper usage.

C++Global VariableProgramming Fundamentals
0 likes · 7 min read
Mastering C++ static Variables: Lifetime, Scope, and Practical Examples
DevOps Cloud Academy
DevOps Cloud Academy
Jun 12, 2018 · Fundamentals

Understanding Shell Global and Local Variables

This article explains how to display and set environment variables in a Unix shell using commands like env and export, and demonstrates the behavior of global and local variables across parent and child shells with practical bash examples.

Global VariableUnixbash
0 likes · 2 min read
Understanding Shell Global and Local Variables