Search

What are local variables ?



Variables declared within a block of code, like methods are called Local variables. Local variables should be initialized before accessing them.