What value will I get with this code for example,
short int num = 32766
num + 5 = ?
Maxium value for short int is 32767.
What value will I get with this code for example,
short int num = 32766
num + 5 = ?
Maxium value for short int is 32767.
Signed integer overflow is undefined behavior.