|
|
|
|
|
by chowells
331 days ago
|
|
That's a really funny example, given how many bugs have been found in C programs because idiomatic loops are wrong in the edge cases. How do you idiomatically write a loop to iterate over signed ints from i to j (inclusive) in increasing order, given i <= j? What does that loop do when j is INT_MAX? |
|