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 *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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!