Answer:
C. The site can be moved from one server to another with minimal disruption.
Explanation:
The perfect reason is the option C.The site can be moved from one server to another with minimal disruption. with relative links you don't need to change the host name for the local page because the browser assumes the address that is in the browser and creates a path relative to it as specified by the file.
Answer:
white balance is the correct answer
Answer:
Order ID
Explanation:
An order ID is a new ID for every order. Every number is unique, making it the beat way to find certain orders.
Answer:
b. []
Explanation:
Arrays are represented using [] . When a method returns an array reference, the method header contains an entry of the type <data-type>[].
For example, a method test which returns a reference to integer array and takes no parameters is of the form:
int[] test();
Similarly a method list_chars which takes a String as an argument and returns an array of chars has the form:
char[] list_chars(String s);