Questions about this topic? Sign up to ask in the talk tab.

Variable

From NetSec
Revision as of 14:57, 6 September 2011 by JacintoWimble (Talk | contribs) (Created page with "Something that contains data, for example, if you declare a variable "int x = 1", the variable <b>x</b> will contain the <b>int</b>eger value of <b>1</b>.")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Something that contains data, for example, if you declare a variable "int x = 1", the variable x will contain the integer value of 1.