What is the difference between declaring static variable inside a block and outside a block in a file? Eg, here, what is difference between static variables a,b,c,d? Can we
Static variable inside a block(local static variable) -
Static variable outside a block(Global static variable) -