Posts by Vitor Alba • 11 points
1 post
-
0
votes2
answers929
viewsA: What is the difference between expressions : "int a" and "const int& a" as C++ function arguments?
In C++ , in addition to variables, we can also use numbers or characters whose values do not change. They are called constants. In this case, in soma_b, you make reference to the variables a and b…