Skip to main content

Data Type Modifiers

 As the name suggests, data type modifiers are used with fundamental data types to modify the length of data that a particular data type can hold.

Following 4 datatype modifiers are available in C++:

  • Signed
  • Unsigned
  • Short
  • Long


Comments