ANSWERS: 1
-
When you use the "extern" keyword, that tells the compiler that it doesn't have to allocate space for the variable because the space for it is located in another object file. So extern allows you to access a global variable that is declared in a different C source file.
Copyright 2023, Wired Ivy, LLC

by 