Answer: it indents
Explanation:
Answer: what you search up
Answer: Eight
Explanation:
A class B address is 255.255.0.0. We need to borrow 8 bits from the network portion to have atleast 130 host per subnet.
11111111.00000000.00000000.00000000
Answer:
C, Both of these.
Explanation:
You can take notes either way. It's just your preference. Hope this helps :)
Answer:
1. Declaration: the return type, the name of the function, and parameters (if any)
2. Definition: the body of the function (code to be executed)
Explanation: