17
Answers

basic programming question

Photo of write2jey

write2jey

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

Answers (17)