1.

What Is A Flat Memory Model And A Shared Memory Model?

Answer»
  • In a flatmemory model the CODE and data segment occupies SINGLE ADDRESS space.
  • In a shared model the large memory is divided into different segments and NEEDS a qualifier to identify each segment.
  • In a flat memory model the programmer doesnt need to switch for data and code.



Discussion

No Comment Found