Hacker News new | ask | show | jobs
by Koshkin 2736 days ago
No, the biggest irony is that C as a language does not even have a syntax for passing by reference. Everything, including pointers, is passed by value. References were introduced in C++.