Answer:
2 & 3
Explanation:
Only mathematical operations that can be used to change contents of pointer variables include addition, subtraction, comparison, increments and decrements.
Although modulus, division and multiplications are not possible. A snippet of code is attached showing pointers addition and subtraction and their result.
Check it by replacing + or - signs with *, / or % which represent multiplication, division and modulus respectively. It would result in an error.
Answer:
The function is as follows:
import math
def func(x,y,z):
print(math.pow(x, z))
print(math.pow(x,math.pow(y, z)))
print(math.fabs(y))
print(math.sqrt(math.pow(x*y,z)))
Explanation:
This imports the math library
import math
This defines the function
def func(x,y,z):
Print the stated outputs as it is in the question
<em> print(math.pow(x, z)) ---> x to power x</em>
<em> print(math.pow(x,math.pow(y, z))) ---- x to power of y of z</em>
<em> print(math.fabs(y)) ---- absolute of y</em>
<em> print(math.sqrt(math.pow(x*y,z))) --- square root of xy power x</em>
<em />
The answer is Database.
Reason being is because because the definition of database matches the statement.
- Collection of information that is organized so that it can be easily accessed, managed and updated.
Answer:
i am 100% sure it is (B)
Explanation:
To delete offensive or irrelevant posts
The question ask to complete the said sentence and provide the necessary word that could support the said sentence in your question and base on the question, my answer would be that it is known as a Business Style. I hope that you are satisfied with my answer and feel free to ask for more