Conversation

Can code "work" but still not be "correct"? For example, I might describe C code that relies on undefined but platform-specifically-reliable behaviours this way
10
11
Is code that works but has a, so far, unobserved, bug also in this category? Almost all code is subtly incorrect but still works
1
3