Q. Which C keyword is used to extend the visibility of variables?
β
Correct Answer: (C)
extern
Explanation: The "extern: keyword used to define an extern variable, that can be accessed in any source file. i.e., extern is used to extend the visibility of variables in C language.