Showing posts with the label C

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…