/* * mem_sequence.c / ver 0x01 | (C)opyleft 2008 by oozie | http://blog.ooz.ie/ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Lists memory areas and their location in descending order. * * This program declares example variables in different memory locations, gets * their addresses, sorts them and prints a list in descending order. * * The program is considered […]