C - Storage Classes of Variables Questions and Answers
Practice ModeShowing 10 of 33 questions
Q21
External variable definition uses
Answer: Option C
Q22
External variable requires
Answer: Option C
Q23
If the definition of an external variable does not contain an initializer, it is known as
Answer: Option B
Q24
External variable definition
Answer: Option D
Q25
External variable delaration
Answer: Option D
Q26
The data type that cannot be renamed by typedef is
Answer: Option A
Q27
What are the valid C scopes of identifiers ?
Answer: Option D
Q28
How is a variable accessed from another file ?
Answer: Option B
Q29
Which of the following is/are achieved using typedef facility ?
Answer: Option A
Q30
What does invoking the C compiler accomplish ?
Answer: Option B