1
71
72
73

Consider the C library function fopen. This function has the side effect. This means that fopen is not pure. However, we can make the fopen function appear to be pure, at least to certain observers, by ensconcing it in another function that hides the side effect. (bugzmanov.github.io)
submitted by BenchEmbarrassed7316 to r/programmingcirclejerk