Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
In which area of program memory is the variable counter stored?
static int counter;
int main (void) {
return 0;
}
BSS (uninitialized data segment)
Depends on compiler
Data segment (initialized)
Stack
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!