About 265,000 results
Open links in new tab
  1. INSTITUTO NACIONAL DE TECNOLOGIA (@int.online) - Instagram

    8,517 Followers, 251 Following, 1,416 Posts - INT | INSTITUTO NACIONAL DE TECNOLOGIA (@int.online) on Instagram: "Perfil oficial do Instituto Nacional de Tecnologia Unidade de Pesquisa …

  2. Integer (computer science) - Wikipedia

    The standard integer size is platform-dependent. In C, it is denoted by int and required to be at least 16 bits. Windows and Unix systems have 32-bit int s on both 32-bit and 64-bit architectures.

  3. 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 example, all types can be 64-bit.

  4. Python int () Function - W3Schools

    Definition and Usage The int() function converts the specified value into an integer number.

  5. INT - Definition by AcronymFinder

    What does INT stand for? INT abbreviation. Define INT at AcronymFinder.com.

  6. int / Reference / Processing.org

    Datatype for integers, numbers without a decimal point. Integers can be as large as 2,147,483,647 and as low as -2,147,483,648. They are stored as 32 bits of information. The first time a variable is …

  7. 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 whole numbers both positive and negative but cannot store …

  8. 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 is used to assign values to the variable.

  9. INT Definition & Meaning - Merriam-Webster

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

  10. Integral numeric types | Microsoft Learn

    Jan 20, 2026 · All integral numeric types support arithmetic, bitwise logical, comparison, and equality operators. The C# language reference documents the most recently released version of the C# …