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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T21:37:01+00:00 2026-06-16T21:37:01+00:00

Can anyone tell me what this C statement means? static uint8_t chess_storage(DM%2) host_response[14] ;

  • 0

Can anyone tell me what this C statement means?

 static uint8_t chess_storage(DM%2) host_response[14] ;
  • 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-16T21:37:03+00:00Added an answer on June 16, 2026 at 9:37 pm

    It’s not valid C, you can’t have a % in that location. And you also can’t have that entire chess_storage(DM%2) thing in there, unless (possibly) it’s a macro that does something that you can do.

    This:

    static uint8_t host_response[14];
    

    would declare host_response as an array of 14 8-bit unsigned integers (aka “bytes”).

    If we add this:

    #define chess_storage(size)
    #define DM 1
    

    then the code becomes at least valid, substituting we get a call of the macro chess_storage with the argument 1%2, which the preprocessor is able to compute. Since the macro is empty, that whole term will just go away, leaving the above array declaration.

    There are probably other more “artistic” macros possible, too.

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

Sidebar

Related Questions

Can anyone tell me what this message means? AddRunningClient starting device on non-zero client
I'm about to lose it with this stupid mysql statement. Can anyone please tell
Can anyone tell me why this statement validates to YES when the textbox clearly
Can anyone tell me where I am going wrong with this SQL Update statement
For some reason this SQL statement is not working. Can anyone tell me why?
Can anyone tell me why this code would not be working? $('body').on('test', function() {
Can anyone tell me why this function is not working ? for(var i=1;i<=12;i++) {
can anyone tell me why this does not work Excel.Worksheet ws_res = (Excel.Worksheet) wb.Worksheets.Add(mis,
Can anyone tell me why this bash script works if I cut and paste
Can anyone tell me why this would generate a syntax error in Safari and

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.