Question: What is the space complexity of the given C++ code #include int main() { int x, y=2, add = 0; scanf(%d, &x); int z[n]; for(int
What is the space complexity of the given C++ code
#includeint main() { int x, y=2, add = 0; scanf("%d", &x); int z[n]; for(int i = 0; i < x; i++) { scanf("%d", &z[i]); add = add + arr[i] + y; } printf("%d", sum); }
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
