Nicolaus Copernicus and Galileo Galilei
Answer:
The availability of many alternatives to a partner in a relationship "increases that partner's social power".
Explanation:
Social power is the degree to which an individual can influence others or resist being influenced by others.
When a partner in a relationship (say partner A) has many alternatives, then the influence the other partner (say partner B) will have over partner A will decrease.
As such, partner A's social power increases.
Answer:
B
Explanation:
It really depends on the programming language, this answer is based on object oriented languages such as C/C++.
You pass an array to a function by specifying the name of the function and an empty pair of square brackets in the function call.
In the function header, body and prototype however, in addition to this, you specify the variable type of the function e.g whether int, float, bool etc. before the name of the function.