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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T11:41:11+00:00 2026-05-12T11:41:11+00:00

The last line in the following line keeps on generating the warning C4552: ‘<=’

  • 0

The last line in the following line keeps on generating the ” warning C4552: ‘<=’ : operator has no effect; expected operator with side-effect” error, but I don’t see any fault in it…

void countDays(void) {
int i=0;
if (birth_month == 2 && birth_day <= 28) {
    for ( i <= what_birthday ){
  • 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-12T11:41:11+00:00Added an answer on May 12, 2026 at 11:41 am

    You’re using the wrong syntax for the for loop in the code you posted, did you mean something like this?

    for (; i <= what birthday; ++i) {...
    

    If you didn’t care about incrementing i after every iteration, you could use a while loop instead.

    while (i <= what_birthday) { ...
    

    The code shouldn’t have compiled at all without the semicolons. You get that warning for things like:

    for (i <= what birthday; ++i;)
    

    Because while it is valid code, it’s probably not what you intended.

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

Sidebar

Related Questions

Can someone thoroughly explain the last line of the following code: def myMethod(self): #
I have the following code that works fine up to the last line in
When I run the following Code it crashes at the last line. I don't
Executing the below code gives me the following exception on the last line: InvalidOperationException:
In the following code, the object constructed in the last line of 'main()', seems
I am using the following code, in the last line when I play the
AIM: I would like to tail the last line of the file.txt and input
I tried to extract the last line from a JTextArea and set it to
I'm trying to read the last line from a text file. Each line starts
I keep getting the following error when trying to parse some html using BeautifulSoup:

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.