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

  • SEARCH
  • Home
  • 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 1097417
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T00:25:49+00:00 2026-05-17T00:25:49+00:00

When you see a line like: #define IX(i,j) ((i)+(N+2)*(j)) is that equivalent to: int

  • 0

When you see a line like:

#define IX(i,j) ((i)+(N+2)*(j))

is that equivalent to:

int IX(int i, int j) {

    return ((i)+(N+2)*(j));

}

How do you know the return type etc?

  • 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-17T00:25:50+00:00Added an answer on May 17, 2026 at 12:25 am

    Macros never get seen by the compiler – the preprocessor replaces the text.

    So, when you write:

    result = IX(5, 3);

    The compiler will see this:

    result = ((5)+(N+2)*(3));

    This can have impacts on behaviour, but it depends on your macro. In this case, not so much (there are also performance and debugging differences, but let’s not worry about them here).

    Had, for example, you defined your macro like this (note second use of i variable)

    #define IX(i,j) ((i)+(i+2)*(j))

    And called it like so:

    result = IX(++i, j);

    Then the macro and function would have different behaviour.

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

Sidebar

Related Questions

Here's my code. See the line that is commented out. When the element id
I would like to see if you could orient me. It happens that I
I want to define a type name in a templated class that I can
So I'm looking here and I see the command line switches. http://mono-project.com/Command_Line_MoMA This is
this line of the code makes the form see-through User32Wrappers.SetLayeredWindowAttributes(Me.Handle, 0, _ 255 *
I would like to initialize several auto-vivifying hashes by one-line expression. So far I
I am using a jQuery AJAX request to a page called like.php that connects
I would like to run a calculation to see if the bottom 20px of
I have some component code that I'd like to in a CakePHP Task, but
For a long time now, we've had a logging system that worked much like

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.