How to access global variable if there is a local variable with same name in C/ C++?
Many newbies ask these questions, “How to access global variable if there is a local variable with the same name in C/ C++?”, “What happens if the local and global variable has the same name?” or “Can a local and a global variable have the same name in C”. So in this post, I will […]
How to access global variable if there is a local variable with same name in C/ C++? Read More »