Hyper Dictionary

English Dictionary Computer Dictionary Thesaurus Dream Dictionary Medical Dictionary


Search Dictionary:  

Meaning of INITIALISE

Matching Terms:  initialisation

Computing Dictionary
 
 Definition: 

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:

        int i = 0;

Failing to initialise a variable before using it is a common programming error, but one which compilers and automatic checkers like lint can easily detect.

 
 Websites: 
 

 

COPYRIGHT © 2000-2003 WEBNOX CORP. HOME | ABOUT HYPERDICTIONARY