adplus-dvertising
frame-decoration

Question

A register variable is stored in a Register. Where does a Register Present in a Computer?

a.

RAM ( Random Access Memory )

b.

ROM ( Read Only Memory )

c.

CPU (Central Processing Unit )

d.

DMA ( Direct Memory Access )

Answer: (c).CPU (Central Processing Unit )

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. A register variable is stored in a Register. Where does a Register Present in a Computer?

Similar Questions

Discover Related MCQs

Q. Variables of type auto, static and extern are all stored in

Q. Find a right answer.

Q. Find a correct statement.

Q. Which among the following is a Local Variable?

Q. Which among the following is a Global Variable?

Q. Choose a correct statement about static variable.

Q. register float a = 3.14f;

Choose right statement.

Q. What is the difference between Declaration and Definition?

Q. Choose a correct statement regarding automatic variables.

Q. Operator % in C Language is called

Q. Output of an arithmetic expression with integers and real numbers is ___ by default.

Q. If both numerator and denominator of a division operation in C language are integers, then we get?

Q. Can you use C Modulo Division operator % with float and int?

Q. What is the priority of operators *, / and % in C language?

Q. In C language, which Operator group has more priority between (*, / and %) and (+, -) groups?

Q. Associativity of C Operators *, /, %, +, - and = is

Q. What is the Priority among (*, /, %), (+, -) and (=) C Operators?

Q. Choose a C Conditional Operator from the list.

Q. What is the other name for C Language ?: Question Mark Colon Operator?

Q. Choose a syntax for C Ternary Operator from the list.