What's the rationale for preventing assignment to arrays?
问题 I've tried to google this and have read: Why can't arrays of same type and size be assigned? Assigning arrays Assign to array in struct in c But they all state the obvious: you can't assign to arrays because the standard says so. That's great and all, but I want to know why the standard doesn't include support for assigning to arrays. The standard committee discusses things in detail, and I'd be surprised if they never discussed making arrays assignable. Assuming they've discussed it, they