About 15,700 results
Open links in new tab
  1. Initialization (programming) - Wikipedia

    In computer programming, initialization or initialisation is the assignment of an initial value for a data object or variable. The manner in which initialization is performed depends on the programming …

  2. INITIALIZATION Definition & Meaning - Merriam-Webster

    May 20, 2026 · The meaning of INITIALIZE is to set (something, such as a computer program counter) to a starting position, value, or configuration.

  3. Initialization - cppreference.com

    Initialization of a variable provides its initial value at the time of construction. The initial value may be provided in the initializer section of a declarator or a new expression. It also takes place during …

  4. 1.4 — Variable assignment and initialization – Learn C++

    Mar 6, 2025 · Initialization provides an initial value for a variable. Think “initial-ization”. Unlike assignment (which is generally straightforward), initialization in C++ is surprisingly complex. So we’ll …

  5. INITIALIZE | English meaning - Cambridge Dictionary

    INITIALIZE definition: 1. to set the numbers, amounts, etc. in a computer program so that it is ready to start working 2…. Learn more.

  6. Initialization - definition of initialization by The Free Dictionary

    To set (a starting value of a variable). 2. To prepare (a computer or a printer) for use; boot. 3. To format (a storage medium, such as a disk). in·i′tial·i·za′tion (-shə-lĭ-zā′shən) n. in·i′tial·iz′er n. American …

  7. INITIALIZATION definition in American English | Collins English …

    The word initialization is derived from initialize, shown below. Collins English Dictionary. Copyright © HarperCollins Publishers

  8. Initialization - Definition, Meaning & Synonyms | Vocabulary.com

    Jun 1, 2026 · initialization Add to list Definitions of initialization noun (computer science) the format of sectors on the surface of a hard disk drive so that the operating system can access them and setting …

  9. initialization noun - Definition, pictures, pronunciation and usage ...

    Definition of initialization noun in Oxford Advanced Learner's Dictionary. Meaning, pronunciation, picture, example sentences, grammar, usage notes, synonyms and more.

  10. Differences Between Definition, Declaration, and Initialization ...

    Mar 18, 2024 · In this tutorial, we’ll explain the differences between definition, declaration, and initialization in computer programming. The distinction between the three concepts isn’t clear in all …