Code Monkey home page Code Monkey logo

int_types's Introduction

Number of BITS in a BYTE: 8 Number of BITS in a BYTE: 8

The minimum value of CHAR = -128 The maximum value of CHAR = 127

The minimum value of INT = -2147483648 The maximum value of INT = 2147483647

The minimum value of SHORT INT = -32768 The maximum value of SHORT INT = 32767 The maximum value of UNSIGNED SHORT INT = 32767

The minimum value of LONG INT = -9223372036854775808 The maximum value of LONG INT = 9223372036854775807 The maximum value of UNSIGNED LONG INT = 18446744073709551615

The minimum value of FLOAT = 1.175494e-38 The maximum value of FLOAT = 3.402823e+38 The minimum value of DOUBLE = 2.225074e-308 The maximum value of DOUBLE = 1.797693e+308 The minimum value of LONG DOUBLE = 3.362103e-4932 The maximum value of LONG DOUBLE = 1.189731e+4932

size of char = 1 bytes = 8 bits

size of int = 4 bytes = 32 bits size of unsigned int = 4 bytes

size of short int = 2 bytes = 16 bits size of unsigned short int = 2 bytes size of long int = 8 bytes = 64 bits size of unsigned long int = 8 bytes

size of float = 4 bytes = 32 bits size of double = 8 bytes = 64 bits size of long double = 16 bytes = 128 bits

size of size_t = 8 bytes = 64 bits

int_types's People

Contributors

a-capra avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.