Sign Up

Have an account? Sign In Now

Sign In

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 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.

Sign InSign Up

Softans

Softans Logo Softans Logo
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
Home/ Questions/Q 4660
Answered
Ghulam Nabi
Ghulam Nabi
Asked: February 8, 20232023-02-08T12:58:02+00:00 2023-02-08T12:58:02+00:00

how sizeof works on unimplemented function?

I have two functions without any implementation.

I expect that the linker returns an undefined reference to hello and world error.

But surprisingly, the code compiles and runs without any error.

#include <stdio.h>

int hello();
char world();

int main() {
  printf("sizeof hello = %zu, sizeof world = %zu\n", sizeof(hello()), sizeof(world()));
}
sizeof hello = 4, sizeof world = 1
c++
  • -1
  • 2 2 Answers
  • 8 Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook
  • Report

2 Answers

  • Voted
  • Oldest
  • Recent
  1. Best Answer
    Ghulam Nabi
    2023-02-08T12:58:58+00:00Added an answer on February 8, 2023 at 12:58 pm

    The sizeof operator in C returns the size in bytes of its operand. For function operands, it returns the size of a function pointer. In most implementations, a function pointer is the same size as a pointer to any other type, which is usually 4 bytes on a 32-bit system and 8 bytes on a 64-bit system. That’s why the sizeof operator returns 4 for hello() and 1 for world().

    It’s important to note that the actual values of sizeof(hello()) and sizeof(world()) are not related to the return type of the functions, but rather to the size of a function pointer in the implementation.

    Also, it’s important to note that the lack of implementation for the functions hello and world is not a compile-time error, but a link-time error. The code will compile without any issues, but when it is linked the linker will complain about the undefined reference to hello and world as they are not implemented.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  2. Ghulam Nabi
    2023-02-08T12:59:38+00:00Added an answer on February 8, 2023 at 12:59 pm

    The sizeof operator in C returns the size in bytes of its operand. For function operands, it returns the size of a function pointer. In most implementations, a function pointer is the same size as a pointer to any other type, which is usually 4 bytes on a 32-bit system and 8 bytes on a 64-bit system. That’s why the sizeof operator returns 4 for hello() and 1 for world().

    It’s important to note that the actual values of sizeof(hello()) and sizeof(world()) are not related to the return type of the functions, but rather to the size of a function pointer in the implementation.

    Also, it’s important to note that the lack of implementation for the functions hello and world is not a compile-time error, but a link-time error. The code will compile without any issues, but when it is linked the linker will complain about the undefined reference to hello and world as they are not implemented.

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

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

Sidebar

Ask A Question
  • Popular
  • Answers
  • Ghulam Nabi

    Why are the British confused about us calling bread rolls ...

    • 5 Answers
  • Alex

    application has failed to start because no appropriate graphics hardware ...

    • 4 Answers
  • Jerry

    Add file to native target programmatically via tuist/XcodeProj

    • 4 Answers
  • Ghulam Nabi
    Ghulam Nabi added an answer To resolve the NullPointerException, you need to identify the variable… March 15, 2023 at 8:25 am
  • Ghulam Nabi
    Ghulam Nabi added an answer You can replace the PnP code in your Azure Function… February 13, 2023 at 7:11 am
  • Ghulam Nabi
    Ghulam Nabi added an answer You can use the $match stage in the aggregate pipeline… February 10, 2023 at 6:20 am

Trending Tags

android c++ cypress flutter java javascript python selenium testng webdriver

Top Members

Robert

Robert

  • 3 Questions
  • 1k Points
Luci

Luci

  • 5 Questions
  • 1k Points
Kevin O Brien

Kevin O Brien

  • 2 Questions
  • 1k Points

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help

Footer

Softans

Softans is a social questions & Answers Engine which will help you establish your community and connect with other people.

About Us

  • Blog
  • Jobs
  • About Us
  • Meet The Team
  • Contact Us

Legal Stuff

Help

Follow

© 2021 Softans. All Rights Reserved
With Love by Softans.

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.