Answer:
Throughout the below segment, the solution to the given question is provided.
Explanation:
- The CELL formulas include context justification quantities or properties as well as return failures when evaluated using such a separate Excel dominant language.
- This same CELL function returns configuration, positioning, or specific cell data or documentation relating.
<u>The formula is provided below</u>:
⇒ 
Answer:
Following are the code in the C language .
int max(int x) // function definition
{
static int largest=0; // variable declaration
if (x>largest) // checking the condition
largest=x; // assign the value of input in the largest variable
return largest; // return the largest number
}
Explanation:
Following are the description of code .
- Decalred a function max of int type which hold a parameter x of int datatype.
- In this function compared the number x with the largest .If this condition is true then largest number hold the value of x variable
- Finally return the largest number .
Answer:
C.Vector
Explanation:
Vector is a high level array used in C++.It has the capability of resizing itself when it gets full.it has many functions that increases it's functionality like size(),begin(),end(),erase(),clear(),push_back(),pop_back() and many more and we store any kind of data type in the vector.
syntax for declaring a vector:-
vector<data type> vector name.
total = 0
for x in range(20, 91, 10):
total += x
print(total)
I hope this helps!
Answer:
i would love to actually answer this im so sorry
Explanation: