180. Static Memory

Question.3

Two static variables are declared:

static int a;       // Zero-initialized
static int b = 42;  // Non-zero initialized

Which memory segment does each go into?

Need Help? Refer to the Quick Guide below

Select Answer