CJCoding With Joseph
15per day
← Back to Question List

Select topics to narrow your question pool, then enable Random to jump to a random question matching your filters.

Topics:
C++ Quiz #74

const Reference Parameter

mediumFunctions

Why would you declare a function parameter as const string& rather than just string? ``cpp void print(const string& s); ``