Data Type Modifiers
Get introduced to data type modifiers.
We'll cover the following
Introduction #
The maximum value that can be stored in a variable of type int
is 2147483647
. What if we want to store a value greater than 2147483647
?
Run the code below and see the output!
Get hands-on with 1400+ tech skills courses.