16 points for each c function below give the tightest asymptotic upper bound that y 5148869
(16 points) For each C++ function below, give the tightest asymptotic upper bound that you can determine for the function's runtime, in terms of the input parameter Where prompted, also compute the return value of the function. Express both runtime and return value in simplest terms. For all function calls parameter n 2 1. assume that the input (c) int mocha (int n) { int r 0; for (int i 0; i