Question: please use c++ string_compare() /kok * Compare two null-terminated strings lexicographically * Similiar to std::strmp () * @param Ihs * ram rhs * @return pointers
please use c++
string_compare() /kok * Compare two null-terminated strings lexicographically * Similiar to std::strmp () * @param Ihs * ram rhs * @return pointers to the null-terminated byte string to compare pointers to the null-terminated byte string to compare -1: if Ihs appres before rhs in lexicographical order O: if Ihs and rhs compare euqal 1: if Ihs appres after rhs in lexicographical order int string _compare(const chark Ihs, const chark rhs)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
