Definition: The stack is a data structure which follows the principle of LAST IN FIRST OUT Consider data stored in stack be 1 2 3 4 5 6 Let they be inserted one after the other then stack looks like.. 654321The position of 6 is called TOP position.Any...