Question

memcmp would return ___________ for the call
memcmp("Hi, how are you?", "Hi, how are things?", 6);
(a) -1
(b) a negative number.
(c) zero.
(d) a positive number.

Answer

This answer is hidden. It contains 3 characters.