In this video it was mentioned that during compile time the actual allocation will not be made in physical memory but in virtual memory. My question is that is virtual memory really a thing or was just said for example purpose ?
Virtual memory in Static Allocation
it will be mapped to some memory address but not actually acquire that place till the program comes to execution, its like u reserved a table at hotel but it is empty till you actually go there
@kartikey.rajput0071