Q. Which C keyword is used to extend the visibility of variables?

  • (A) extend
  • (B) extends
  • (C) extern
  • (D) auto
πŸ’¬ Discuss
βœ… 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.
Explanation by: Kanak Sharma
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
201
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Kanak Sharma
Publisher
πŸ“ˆ
85%
Success Rate