Register variables can hold A. Garbage values B. Arrays C. Double values D. All of the above

This question is related to Wipro Interview

Showing Answers 1 - 6 of 6 Answers

vijay Patel

  • Aug 12th, 2005
 

D. ALL OF ABOVE

  Was this answer useful?  Yes

Sayanti

  • Apr 9th, 2006
 

The correct ans is :-->

A. Garbage Value

coz:--> Default initial value of register storage class variable is garbage value.

It can contain only 16 bits .Therefore can't contain DOUBLE, ARRAY etc.

          

  Was this answer useful?  Yes

ravi kiran

  • Jun 27th, 2006
 

 

Register variables can hold

A. Garbage values
B. Arrays
C. Double values
D. All of the above

o/p:  These r can hold garbage values only.

        its size is only 2 bytes. It cann't take double.   

         so ans is (a)   

  Was this answer useful?  Yes

amar114715

  • Jan 5th, 2010
 

C . Registers hold the values that are temporary and which are being used in programms, It is like cache memory as in computers.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions