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 8038553
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T03:16:24+00:00 2026-06-05T03:16:24+00:00

Lets say I define a macro: #define MAX(x,y) ((x)>(y)?(x):(y)) What would happen if I

  • 0

Lets say I define a macro:

#define MAX(x,y)    ((x)>(y)?(x):(y))

What would happen if I call MAX(I++,J++)?

I couldn’t understand why the answer would not be as expected.

  • 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-06-05T03:16:26+00:00Added an answer on June 5, 2026 at 3:16 am

    Macros are just for the preprocessor. This is what would get compiled by the C compiler:

    (((I++)>(J++))? ((I++):(J++)))
    

    As you can see, if I is larger than J then I will get incremented twice and J once, otherwise it’s vice versa.


    Your macro is not even correct. The outer layer of parentheses is wrong here, which will cause a compilation error:

    ((I++):(J++))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Typically, the way I'd define a true global constant (lets say, pi) would be
Lets say I want to define 2 styles. .color_red { color: Red; } .banner
Lets say i have at least two lua script files. test1.lua test2.lua both define
Lets say I define class with method like this: class Test { public function
Lets say I have a tag and in the CSS, I define it as
lets say I have a table call payment that have a field call thing_id
When I define this macro: #define SQR(x) x*x Let's say this expression: SQR(a+b) This
Lets say I have 3 UIViewControllers A, B, C. Now lets say I call
Is there a way to define a global variable by user input? Lets say
When I include a header file, lets say, //myheader.h #ifndef MY_HEADER_H #define MY_HEADER_H //....

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.