Answer:
long power(int i)
{
return pow(2,i);
}
Explanation:
The above written function is in C++.It does not uses loop.It's return type is long.It uses the function pow that is present in the math library of the c++.It takes two arguments return the result as first argument raised to the power of second.
for ex:-
pow(3,2);
It means 3^2 and it will return 9.
It means multiplying or dividing by 10, 100, 1000, etc
3 Examples of mainframe computers
z900
System z9
System z10
B.Interact more with people from different backgrounds. this is correct because that would help people get to know each other better.
Hope this helps:)