Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

When compiling a C program, which tool or GCC component is responsible for resolving the cross-references that are introduced when code in one separately-compiled C

image text in transcribed
When compiling a C program, which tool or GCC component is responsible for resolving the cross-references that are introduced when code in one separately-compiled C file reads or writes to a global variable defined in a different C file? a. the assembler (as) b. the lexer/parser/code generator ("compiler") (cc1) c the linker/loader(ld) d. the runtime linker/loader (ld.so) e. the preprocessor (cpp) During which part of the compilation process are expressions using the sizeof operator (e.g. sizeof int) replaced by the correct numeric value? a. during assembly b. during linking c. during compilation (lexical analysis, parsing and code generation) d. upon the invocation of the make command e. during preprocessing During which part of the compilation process are # define directives processed? a. during assembly b. during linking c. during compilation (lexical analysis, parsing and code generation) d. upon the invocation of the make command e. during preprocessing

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Database 11g SQL

Authors: Jason Price

1st Edition

0071498508, 978-0071498500

More Books

Students also viewed these Databases questions