Posts by HugoB • 33 points
1 post
-
3
votes2
answers224
viewsQ: Why do you use extern?
According to what I researched, the reserved word extern in C is used to inform that the declared variable is somewhere else in the program. A variable extern is useful for saving memory, because…