C++ do stack memory allocation/deallocation defragement memory. when i declare local memory variables, they are allocated and deallocated, does it makes memory fragemented?
this can be very important from memory point of view
how much memory is availabe for stack? can I allocate
char sam[999999999999999];