On Wednesday, 18 October 2017 at 13:42:04 UTC, XavierAP wrote: > Dennis Ritchie did only two things wrong: placing the * at the > wrong side in pointer declarations; and making arrays as > unsafe, raw pointers -- and in consequence providing two > redundant ways to do one same thing: &arr[2] or arr+2 You missed one :) &2[arr]