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
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++:
Comments
Post a Comment