|
|
|
|
|
by mnarayan01
3621 days ago
|
|
If you sufficiently specify the runtime environment the proof can still work: Since the array is composed of integers, many C compilers/machine architectures will dictate a maximum size of the array s.t. there can't be overflow. |
|