DictionaryForumContacts

 france3

link 2.06.2010 2:54 
Subject: the variable is said to be initialized
the variable is said to be initialized сообщается, что переменная инициализирована?

Initialized variable When a value is first assigned to a variable, the variable is said to be initialized. Vice
versa, until a value has been assigned to a variable in a program, this variable is said to
be not initialized.
When a variable is declared, the CNC will automatically initialize it at 0 value. It is,
however, better to not count too much on this implicit initializing process and to
explicitly initialize all the variables.
Use of a variable A declared and initialized variable can appear in an expression. The value it contains
will therefore be used to resolve the calculation and determine the result of the
expression.

заранее спасибо

 sledopyt

link 2.06.2010 3:13 
When a value is first assigned to a variable, the variable is said to be initialized.

Когда при определении переменной ей присваивается начальное значение, считается/говорят, что эта переменная инициализированна.

 

You need to be logged in to post in the forum