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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T13:58:24+00:00 2026-06-14T13:58:24+00:00

I run the following C codes and got a warning: control reaches end of

  • 0

I run the following C codes and got a warning: control reaches end of non-void function

int main(void) {}

Any suggestions?

  • 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-14T13:58:25+00:00Added an answer on June 14, 2026 at 1:58 pm

    Just put return 0 in your main(). Your function main returns an int (int main(void)) therefore you should add a return in the end of it.

    Control reaches the end of a non-void function

    Problem: I received the following warning:
    

    warning: control reaches end of non-void function

    Solution: This warning is similar to the warning described in Return with no value. If control reaches the end of a function and no return is encountered, GCC assumes a return with no return value. However, for this, the function requires a return value. At the end of the function, add a return statement that returns a suitable return value, even if control never reaches there.

    source

    Solution:

    int main(void)
    {
        my_strcpy(strB, strA);
        puts(strB);
        return 0;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have run security check on my application, and got the following warning: 'Parser.GenerateJeffpReport(string)'
Hello got the error in following code.. The method RefeshDataGridView() is static.I run it
I run the following codes separately as my prompt unsuccessfully in .zshrc. This suggests
When I run the following code: private void button1_Click(object sender, EventArgs e) { Bitmap
I am trying to run the following code (which I got from here ).
I am trying to run following code: $a = array('aa'); function my_func (& $m)
I got the following code: int nnames; String names[]; System.out.print(How many names are you
I have got following html <a disabled=disabled><img alt=First src=/Content/Images/Grid/disabledFirst.png></a> And I run following expect
If I run the following code I got error message A public action method
I got the answer fine, but when I run the following code, $total =

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.