Tuesday, 16 June 2015

Q41,Paper2,J14. Match the following


List – I
List – II
a. Automatic storage class
i. Scope of the variable is global.
b. Register storage class
ii. Value of the variable persists between different function calls.
c. Static storage class
iii. Value stored in memory and local to the block in which the variable is defined.
d. External storage class
iv. Value stored in CPU registers.

Codes :
a b c d
(A) iii iv i ii
(B) iii iv ii i
(C) iv iii ii i
(D) iv iii i ii
Answer B.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.