Where is the function ' main ' located?
int main() { const char *str = "hello world"; printf("%s\n", str); }
I know about these places:
I think the answer is .bss because I know that the " main " function is not in others (but I could be wrong).
source share