• contact
  • privacy policy
  • terms and conditions
  • about
Land of code
  • C
  • C++
  • Embedded C
  • HTML
  • JavaScript
  • games
  • canvas
  • php
  • libraries
    • React
  • frameworks
    • phaser
Land of code
  • C
  • C++
  • Embedded C
  • HTML
  • JavaScript
  • games
  • canvas
  • php
  • libraries
    • React
  • frameworks
    • phaser

Home » <limits.h>

<limits.h>

by Matthew Stuart

Back to: C

The <limits.h> header determines the properties of different variable types. The limits specify that each variable type cannot store a value greater than these limits.

CHAR_BIT

SCHAR_MIN

SCHAR_MAX

UCHAR_MAX

CHAR_MIN

CHAR_MAX

SHRT_MIN

SHRT_MAX

USHRT_MAX

INT_MIN

INT_MAX

UINT_MAX

LONG_MIN

LONG_MAX

ULONG_MAX

Previous Lesson
reserved words
Lesson 1 within section reserved.
Back to Course
C

Tweets by matthewsworld

Copyright © 2025 - Created by Matthew Stuart

We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok