17
Answers

basic programming question

How many instances will 'x' create on the stack? Just puzzeled.. thanks! while (true) { string x = "how many x do i have?"; }

Answers (17)