Q. Which storage class gives a variable internal linkage?

  • (A) auto
  • (B) extern
  • (C) static
  • (D) register
πŸ’¬ Discuss
βœ… Correct Answer: (C) static
Explanation: static inside a file gives internal linkage—variable accessible only in that file.
Explanation by: Mr. Dubey
static inside a file gives internal linkage—variable accessible only in that file.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
58
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
98%
Success Rate