Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 820677
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T02:30:59+00:00 2026-05-15T02:30:59+00:00

Suppose, for example, that some k which is an arbitrary number=2 k=2 , then

  • 0

Suppose, for example, that some k which is an arbitrary number=2 k=2, then there is code in C:

int wordcomp(char *p, char *q) {
   int n = k;
   for ( ; *p == *q ; p++, q++) {
      if (  *p==0 && --n == 0 )
         return 0;
   }
   return *p - *q;  
}      

Please explain to me what this code does? Also, what does *p-*q mean? Also, how is it implemented in Java?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T02:31:00+00:00Added an answer on May 15, 2026 at 2:31 am

    please explain me what does this code do?

    It compares two words

    also what means *p-*q?

    It means, Tell me the value of char the pointer p is pointing to, and rest it to the char the pointer q is pointing to.

    and also how implement it in java?

    The *p-*q part? Here is it.

    // char c
    // char k
    c - k;
    

    If you mean the whole function, this could help you to get started:

    int wordcomp( String sp, String sq) {
       int n = k; // I have no idea what is this for
       int pi = 0, qi = 0;
       for ( ; sp.charAt(pi) == sq.charAt(qi) ; pi++, qi++) {
          if (  sp.length()==pi && --n == 0 )
             return 0;
      }
      return sp.charAt(pi) - sq.charAt(qi);
    

    You need to validate limits tough.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose I want to run some program which requests too many permissions. For example,
I have a 2D array. Lets suppose that it has some connected region which
Suppose I want to override some class which is already defined somewhere, for example,
Example: Suppose in the following example I want to match strings that do not
Suppose I have a example.php file like that: <p> <?php echo _('Hello world') ?>
Suppose we have this example: http://techdroid.kbeanie.com/2009/07/custom-listview-for-android.html with source code available here: http://code.google.com/p/myandroidwidgets/source/browse/trunk/Phonebook/src/com/abeanie/ How can
Suppose we have some class A that implements some interface I I i =
I'm writing some C++ code that will have to send data over TCP/IP. I
I have two images that are very similar. So for example suppose I drew
Suppose I have some text which is displayed over an image or some other

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.