Q. Which storage class gives a variable internal linkage?
β
Correct Answer: (C)
static
Explanation: static inside a file gives internal linkage—variable accessible only in that file.