Question
a.
auto variable is stored in 'Memory'.
static variable is stored in 'Memory'.
extern variable is stored in 'Memory'.
register variable is stored in 'Memory'.
b.
auto variable is stored in 'Memory'.
static variable is stored in 'Memory'.
extern variable is stored in 'Memory'.
register variable is stored in 'Register'.
c.
auto variable is stored in 'Register'.
static variable is stored in 'Register'.
extern variable is stored in 'Register'.
register variable is stored in 'Memory'.
d.
auto variable is stored in 'Register'.
static variable is stored in 'Register'.
extern variable is stored in 'Register'.
register variable is stored in 'Register'.
Posted under C Programming
static variable is stored in 'Memory'.
extern variable is stored in 'Memory'.
register variable is stored in 'Register'.
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Choose a right answer.
Similar Questions
Discover Related MCQs
Q. A register variable is stored in a Register. Where does a Register Present in a Computer?
View solution
Q. Variables of type auto, static and extern are all stored in
View solution
Q. Find a right answer.
View solution
Q. Find a correct statement.
View solution
Q. Which among the following is a Local Variable?
View solution
Q. Which among the following is a Global Variable?
View solution
Q. Choose a correct statement about static variable.
View solution
Q. register float a = 3.14f;
Choose right statement.
View solution
Q. What is the difference between Declaration and Definition?
View solution
Q. Choose a correct statement regarding automatic variables.
View solution
Q. Operator % in C Language is called
View solution
Q. Output of an arithmetic expression with integers and real numbers is ___ by default.
View solution
Q. If both numerator and denominator of a division operation in C language are integers, then we get?
View solution
Q. Can you use C Modulo Division operator % with float and int?
View solution
Q. What is the priority of operators *, / and % in C language?
View solution
Q. In C language, which Operator group has more priority between (*, / and %) and (+, -) groups?
View solution
Q. Associativity of C Operators *, /, %, +, - and = is
View solution
Q. What is the Priority among (*, /, %), (+, -) and (=) C Operators?
View solution
Q. Choose a C Conditional Operator from the list.
View solution
Q. What is the other name for C Language ?: Question Mark Colon Operator?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond C Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!