Forum : What are undefined and undeclared variables?
Brief description  about Online courses   join in Online courses
View Abhijit  Paul 's Profile

What are undefined and undeclared variables?

What are undefined and undeclared variables?
Asked by Abhijit Paul | Mar 22, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi Abhijit,
Undeclared variables are those that are not declared in the program (do not exist at all),trying to read their values gives runtime error.But if undeclared variables are assigned then implicit declaration is done .
Undefined variables are those that are not assigned any value but are declared in the program.Trying to read such variables gives special value called undefined value.
Mar 22, 2010