-
Why used ampersand& in C C++ for scanf method .. Sololearn: Learn to code for FREE!
In one of my previous articles, I wrote about Scott Meyer’s Effective Modern C++ and that with its focus on C++11/14 it’s like discovering a completely new language. I already wrote about trailing return type declaration. Now it’s time to review what usages you might have in C++ for ampersands (&). The ampersand was occasionally […]