Jump to content

Talk:Undefined variable

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by File Not Found (talk | contribs) at 04:01, 8 February 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Some clarification may be needed of the terms

  • undefined variable
  • undeclared variable
  • uninitialize variable
  • NULL (C), null (Java(, nil, or undef (Perl) as in reference or pointer type.

Some of these may depend on whether the language is static or dynamic and how memory is stored (e.g. on the stack or heap). File Not Found 04:01, 8 February 2006 (UTC)[reply]