About 22,300 results
Open links in new tab
  1. INITIALIZE 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.

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

  3. How to Initialize a Hard Drive in Windows 10: A Step-by-Step Guide

    Oct 17, 2024 · Learn how to initialize a hard drive in Windows 10 with our step-by-step guide. Start using your new storage efficiently in just a few simple steps!

  4. INITIALIZE | definition in the Cambridge English Dictionary

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

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

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

  7. Object and collection initializers - C# | Microsoft Learn

    Feb 11, 2026 · C# enables you to instantiate an object or collection and perform member assignments in a single statement. Object initializers let you assign values to any accessible fields or properties of …

  8. initialize - Wiktionary, the free dictionary

    May 1, 2026 · From initial +‎ -ize. initialize (third-person singular simple present initializes, present participle initializing, simple past and past participle initialized) (American spelling, Oxford British …

  9. Initialize New Disks | Microsoft Learn

    Jun 26, 2025 · First, you need to initialize the disk so it's ready for use by Windows. You might also need to assign a drive letter to the disk. After you initialize the disk, you can format it and store files on the …

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