Answer:
Beginner
Explanation:
A program like this is ideal for a beginning exerciser due to the high number of repetitions and the sets are not much.
Cheers
What is that I never heard of that before
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);
Answer:
d
Explanation:
All of the above can be means by which signals or information is transferred.