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

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

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

  3. 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. Windows and Unix systems have 32-bit int s on both 32-bit and 64-bit …

  4. 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 the most commonly used data types in C programming.

  5. Data Types in C - GeeksforGeeks

    4 days ago · Primitive data types are the basic built-in data types in C used to store simple values like integers, characters, and floating-point numbers. Stores whole numbers (positive, negative, or zero). …

  6. Python int () Function - W3Schools

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

  7. C++ Data Types - W3Schools

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.

  8. Data Type Ranges | Microsoft Learn

    Jun 13, 2024 · The int and unsigned int types have a size of 4 bytes. However, portable code shouldn't depend on the size of int because the language standard allows this to be implementation-specific.

  9. C++ keyword: int - cppreference.com

    Integral types: int. Modifiers: signed, unsigned, short, long. Boolean type: bool. Boolean literals: false, true. Character types: char, char8_t (since C++20), char16_t, char32_t (since C++11), wchar_t. …

  10. INT function | Microsoft Support

    Rounds a number down to the nearest integer. Values must be a real number. Note that the INT function rounds down so negative numbers become more negative.