Overflow of Values While Typecasting in C ++
C++ datatypes have a specific size, that is, the number of bits that each of them occupies is fixed. Sometimes while writing code, we may end up assigning a value that is greater than the maximum capacity of the datatype to store. In that case, an overflow occurs, and depending on the datatype the c