Answers

HL

Answered

The purpose of the ____ storage class is to extend the scope of a global variable declared in one source code file into another source code file.

A) auto
B) static
C) extern
D) register

On Mar 10, 2024


C