|
|
|
|
|
by hannofcart
271 days ago
|
|
Haven't written C in a while but I think this program has an integer overflow error when you input 2 really large integers such that the sum is more than a 32 bit signed integer. Also I believe in entering null values will lead to undefined behaviour. |
|
I'm not sure how you'd enter NULL given scanf.