Demonstration of the Working of Keyword "long"
Write a Function that gets the integer, long integer, long long integer and determine their sizes accordingly.
Implementation:
Output:
Size of integer=2 bytes
Size of long integer=4 bytes
Size of long long integer=8 bytes