Where Have All The Linkers Gone?
-
A unique combination of factors is having a profound effect on the “link
graph” being created today, with many implications for those of us in the
content ...
2 minutes ago
Atleast one code section, one or more data section(s), BSS, read only text (optional), debug info section (conditional), few more based on ABI.
ReplyDeleteSample code,
char *s = "This is a string";
where will be the string literal "This is a string" stored? Answer in case of server, desktop and embedded systems.