ALL ABOUT TECHNOLOGY,andthinker embedded tutorials and IOT tutorials ,interview questions
Search This Blog
What are static variables?
What are static variables?
Static variable in a function only remains one copy of itself. Static variable in a module can be used by any function in the module Static function can only be called in its class
Comments