Electronics Circuits & Tutorials - Electronics Hobby Projects - A Complete Electronic Resource Centre
Electronics Circuits & Tutorials

Tutorials

     more....

Dictionaries

     more....

Projects
Home > Electronics Tutorials > Online Computer Terms Dictionary > I

Online Computer Terms Dictionary - I

initialise

<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:

	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.

(1997-06-08)

 


Nearby terms: INGRES « inheritance « initgame « initialise » Initial Microprogram Load » Initial Operational Test and Evaluation » Initial Program Load
 

Circuits
A B C D
E F G H
I J K L
M N O P
Q R S T
U V W X
Y Z
Discover

     more......

Copyright © 1999-2011 www.hobbyprojects.com  (All rights reserved)