Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary (also found in English - English (Wordnet), )
initialise
Jump to user comments
programming To give a variable its first value. This may
be done automatically by some languages or it may require
explicit code by the programmer. Some languages allow
initialisation to be combined with variable definition,
e.g. in C: