
Learn and Master C Programming - Understanding 'extern' keyword in C
Interactive Video
•
Information Technology (IT), Architecture
•
University
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Read more
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the primary purpose of using the 'extern' keyword in C?
To declare a global variable that is defined elsewhere
To initialize a variable with a default value
To define a constant value
To declare a new local variable
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the given example, what is the initial value of the 'count' variable in the main program file?
20
15
10
5
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why is it necessary to declare the 'count' variable as 'extern' in the second file?
To initialize the variable with a specific value
To inform the compiler that the variable is defined in another file
To ensure the variable is local
To create a new variable
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the program after the 'Foo' function is called?
count equals 20
count equals 5
count equals 10
count equals 15
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How does the 'extern' keyword assist the compiler during the linking process?
It allows the variable to be used only within the same file
It prevents the variable from being used
It helps the compiler link the variable definition across different files
It automatically initializes the variable
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?