Microcontroller Embedded C Programming Lecture 40| ‘Extern’ storage class specifier
'Extern' storage class specifier In this article, let's understand 'extern' keyword. In C, the 'extern' storage class specifier is used to declare a variable or function that…