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

    8,552 Followers, 254 Following, 1,424 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. Welcome to the Institute for Nuclear Theory (INT) | Institute for ...

    Jan 30, 2026 · This INT Undergraduate Research Network (INTURN) program hosts undergraduate students interested in pursuing research in nuclear theory and taking steps toward a career in physics.

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

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

  6. Instituto Nacional del Teatro (@inteatro.ar) - Instagram

    50K Followers, 85 Following, 2,916 Posts - See Instagram photos and videos from Instituto Nacional del Teatro (@inteatro.ar)

  7. Data Types in C - GeeksforGeeks

    Jun 17, 2026 · 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). …

  8. Los Alamos National Laboratory - Weblogin

    Express Login offers automatic login using your existing credentials. To use Express Login click the following button. This is a Department of Energy (DOE) computer system. DOE computer systems …

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

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