About 30,200 results
Open links in new tab
  1. Initialization (computer programming) - Wikipedia

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

  2. 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 …

  3. INITIALIZATION Definition & Meaning - Merriam-Webster

    Jul 1, 2026 · The meaning of INITIALIZE is to set (something, such as a computer program counter) to a starting position, value, or …

  4. Initialization - Wikipedia

    This disambiguation page lists articles associated with the title Initialization. If an internal link incorrectly led you here, you may wish …

  5. Differences Between Definition, Declaration, and Initialization

    Mar 18, 2024 · In this tutorial, we’ll explain the differences between definition, declaration, and initialization in computer …

  6. c++ - What does 'initialization' exactly mean? - Stack Overflow

    Nov 11, 2019 · In practice, constant initialization is usually performed at compile time, and pre-calculated object representations are …

  7. Initialization | Microsoft Learn

    Aug 3, 2021 · An "initializer" is a value or a sequence of values to be assigned to the variable being declared. You can set a variable …

  8. 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 …

  9. Initialization - cppreference.com

    A declaration of an object may provide its initial value through the process known as initialization. For each declarator, the initializer, …

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

    Mar 6, 2025 · Different forms of initialization Unlike assignment (which is generally straightforward), initialization in C++ is surprisingly …