About 260,000 results
Open links in new tab
  1. Los Alamos National Laboratory - Weblogin

    DOE computer systems are provided for the processing of official U.S. Government information only. All data contained within DOE …

  2. C data types - Wikipedia

    The type int should be the integer type that the target processor is most efficiently working with. This allows great flexibility: for …

  3. INT - Wikipedia

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

  4. C++ Variables - W3Schools

    Where type is one of C++ types (such as int), and variableName is the name of the variable (such as x or myName). The equal sign …

  5. INT Definition & Meaning - Merriam-Webster

    What does the abbreviation INT stand for? Meaning: intelligence.

  6. c++ - What does int & mean - Stack Overflow

    It returns a reference to an int. References are similar to pointers but with some important distinctions. I'd recommend you read up on …

  7. int - Wiktionary, the free dictionary

    4 days ago · int (not comparable) (colloquial, Finland, Northern Sweden, Dalecarlia) Pronunciation spelling of inte (“not”).

  8. What Does Int Mean in C, C++ and C#? - ThoughtCo

    Jan 7, 2019 · Int is a data type used for storing whole numbers in C, C++, and C# programming languages. Int variables can hold …

  9. int keyword in C - GeeksforGeeks

    Jun 11, 2026 · The int keyword in C is used to declare integer variables that store whole numbers without decimal values. It is one of …

  10. Integer (computer science) - Wikipedia

    Standard integer The standard integer size is platform-dependent. In C, it is denoted by int and required to be at least 16 bits. …