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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:23:20+00:00 2026-05-27T23:23:20+00:00

I have simple else if and have errors on the word syntax – for.

  • 0

I have simple else if and have errors on the word syntax – for.
Please help me to fix this

Error   4   error C2143: syntax error : missing ';' before 'type'   
Error   7   error C2143: syntax error : missing ';' before '{'
Error   3   error C2143: syntax error : missing ')' before 'type'   
Error   6   error C2059: syntax error : ')' 

My code is checking which array is bigger and puts the bigger.
Thats my all fnction:

void PrintIdentical(...)
{
    int i;
    int smaller;


     ...

    for (i = 0; i < smaller; i++)
    {
        printf ("%d", arrA[i]);
       printf ("%d", arrB[i]);
    }
}
  • 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-27T23:23:21+00:00Added an answer on May 27, 2026 at 11:23 pm
    for (int i = 0; ...
    

    This syntax is C99, it is not allowed in previous standards. Since you’ve already declared i, you can just change that to:

    for (i = 0; ...
    

    If you want a block-level i in there anyway (it will shadow the i that you defined earlier in your function), then use:

    int i;
    for (i = 0; ...
    

    or get a compiler that supports C99.

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

Sidebar

Related Questions

I have simple SSIS package in which On Error event handler I have created
Has anyone else had this issue? I have to be doing something wrong. So
I have this simple php script <?php echo '<pre>'; // Outputs all the result
I have a very simple Java JTable question. I am creating this class to
So I have followed This guide and used a simple printing python file. Problem
So I have this old code being used, that runs simple ExecuteNonQuery command for
I have this code sample (written by someone else) that parses the website, and
I have simple regex \.*\ for me its says select everything between and ,
I have simple win service, that executes few tasks periodically. How should I pass
i have simple regular expression: ^123$ Matches are for example 123 1234 etc. How

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.