What are local variables?

hi,

What are local variables?

thanks

View Answers

April 10, 2013 at 5:50 PM

Hi,

The Local varaiables are those which are declared within a block of syntax like methods. Local variables should be initialised before accessing them.

For details related to Local Variables.









Related Tutorials/Questions & Answers:
Advertisements