scope in c++
๐ง What is โScopeโ in C++?
๐ Scope means where a variable or function can be accessed or used in your program.
Every variable in C++ lives in a certain area โ called its scope.Once you go outside that area, the variable no longer exists.
๐ Types o...
yesamitsingh.hashnode.dev3 min read