Tag: behaviour
Unspecified Behaviour in C and C++
This article covers the various aspects of unspecified behaviour in the C and C++ programming languages. It is a sequel to earlier articles on...
Understanding Undefined Behaviour in C
In the first part of this article, we discussed sequence points in C as well as case studies of undefined behaviour, using various examples...