All about Static Keyword in C++
In simple words, static means something which does not change with time, which once allocated does not change throughout the lifetime of the program. It will remain in the memory till the program runs.
They carry their value, even if they are out of...
harshchandwani.hashnode.dev3 min read