Arista Networks interview question

Explain what would happen if data segment of program started from address 0?

Interview Answer

Anonymous

22 Aug 2012

The location 0 is reserved for addressing null pointer exception and keeping data at that locaiton is not advisable.

4