Can the make utility use object modules stored in an archive file?
What will be an ideal response?
Yes, by using cc or ld commands that reference the archive file.
Computer Science & Information Technology
You might also like to view...
Design isn't about creativity, it's about solving problems
Indicate whether the statement is true or false
Computer Science & Information Technology
If pairs is a map containing int keys and double associated values, the expression pairs[ 5 ] = 10:
a. Associates the value 10.0 to the key 5 in pairs. b. Associates the value 5.0 to the key 10 in pairs. c. Associates the value associated with key 10 to key 5 in pairs. d. Associates the value associated with key 5 to key 10 in pairs.
Computer Science & Information Technology