Showing posts with the label Reference

Pass by Reference C++

Functions that take constant strings and dont modify them should always take const char as an argument. C has many func…