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 …

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

  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 …

  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 …

  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, …

  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 …

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

    Integral types: int. Modifiers: signed, unsigned, short, long. Boolean type: bool. Boolean literals: false, true. Character types: char, …

  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 …