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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:12:38+00:00 2026-05-27T04:12:38+00:00

Is it the C preprocessor, compiler, or linkage editor?

  • 0

Is it the C preprocessor, compiler, or linkage editor?

  • 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-27T04:12:38+00:00Added an answer on May 27, 2026 at 4:12 am

    The answer you are looking for is… the compiler it depends. Sometimes it’s the compiler, sometimes it’s the linker, and sometimes it doesn’t happen until the program is loaded.


    The preprocessor:

    handles directives for source file inclusion (#include), macro definitions (#define), and conditional inclusion (#if).
    …
    The language of preprocessor directives is agnostic to the grammar of C, so the C preprocessor can also be used independently to process other kinds of text files.

    The linker:

    takes one or more objects generated by a compiler and combines them into a single executable program.
    …

    Computer programs typically comprise several parts or modules; all
    these parts/modules need not be contained within a single object file,
    and in such case refer to each other by means of symbols. Typically,
    an object file can contain three kinds of symbols:

    • defined symbols, which allow it to be called by other modules,
    • undefined symbols, which call the other modules where these symbols are defined, and
    • local symbols, used internally within the object file to facilitate relocation.

    When a program comprises multiple object files, the linker combines
    these files into a unified executable program, resolving the
    symbols
    as it goes along.

    In environments which allow dynamic linking, it is possible that

    executable code still contains undefined symbols, plus a list of objects or libraries that will provide definitions for these.

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

Sidebar

Related Questions

Relying on the preprocessor and predefined compiler macros for achieving portability seems hard to
Is there a compiler or standalone preprocessor which takes C++ files and runs a
I know that C preprocessor exists as part of compiler. But I'm looking for
Related question here: How can I run the MSVC preprocessor and compiler in two
A preprocessor definition that includes defined(X) will never evaluate to true, but (defined X)
C++ preprocessor #define is totally different. Is the PHP define() any different than just
The C preprocessor is justifiably feared and shunned by the C++ community. In-lined functions,
I have the following preprocessor divective: #ifndef NDEBUG #define TRACE printf #else #define TRACE(...)
Are there any preprocessor symbols which allow something like #if CLR_AT_LEAST_3.5 // use ReaderWriterLockSlim
Is there a single preprocessor token that can be used to detect any iPhone

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.