About 17,500 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 - 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 …

  3. 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.

  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. c++ - What does 'initialization' exactly mean? - Stack Overflow

    Nov 11, 2019 · The difference between declaration, definition, and initialization varies from one programming language to other. Each programming has its own way of doing these three things.The …

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

  7. Initializers | Microsoft Learn

    Jul 28, 2025 · There are several kinds of initialization, which may occur at different points in program execution. Different kinds of initialization aren't mutually exclusive—for example, list initialization can …

  8. When do we use Initializer List in C++? - GeeksforGeeks

    Jul 23, 2025 · By using uniform initialization with {} and initializing x with the provided value a, the compiler will perform stricter type-checking and issue a warning or error during compilation, …

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

  10. INITIALIZE Definition & Meaning | Dictionary.com

    INITIALIZE definition: to set (variables, counters, switches, etc.) to their starting values at the beginning of a program or subprogram. See examples of initialize used in a sentence.