Answer:
In a function prototype the heading is followed by a semicolon, whereas in a function definition the heading is followed by a function block.
Explanation:
As the function prototype only declares the function and the function definition defines the operations in the function.
e.g:
add(int x, int y); is the prototype
add(int x, int y)
{
int sum;
sum xy;
} is the function definition.
Some examples of environmental technology is recycling.
Answer:
Distribute - will put all of the layers in a straight line across the image
My opinion is the answers A and D. I would choose A if you can only choose one, though.