Regarding the scope of the varibles;identify the incorrect statement:a.automatic variables are automatically initialised to 0b.static variables are are automatically initialised to 0c.the address of a register variable is not accessiabled.static variables cannot be initialised with any expression

B
This question is related to TCS Interview

Showing Answers 1 - 1 of 1 Answers

laxmikanth

  • Feb 10th, 2006
 

the incorrect statement regardint the scope of variables is automatic variables are automatically initialised to zero.

Actually when the are declared they will contain some Garbage value.

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