The interviewer just asked me a special question that I had not thought of before.
"How could you fill up your computer in C # as quickly as possible?
I replied that I would probably use some kind of recursive function, however, he pointed out that I was probably getting a stack overflow before filling the memory.
My question is simple: how can I fill up the computer memory with C # as quickly as possible?
memory-management c #
BigTallJosh
source share