Answer:
The code is not dereferencing the pointers. You have to place an asterisk in front of the pointer to read the value the pointer points to.
Explanation:
So "if (str1 != str2)" must be "if (*str1 != *str2)".
likewise:
while (*str1 != 0 && *str2 != 0)
and
result = (*str1 == *str2);
I believe the answer is C) <span>servers are used directly by computers, not by people
Have a good day! =)</span>
Answer:
things is the correct answer
Answer:
Modem
Explanation:
A modem is a device that converts your data into a relevant format so that it can be used in the transmitting process from one computer to another one.