answersLogoWhite

0


Best Answer

A Cairn.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a stack of rocks called that you build when you get to the top of a mountain?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is it called when people stack rocks?

It is called an inukshuk.


What is the meaning of piling several rocks upon one another?

This is a tradition and is done in norway when you visit a mountain and you like what you see - you make a stack out of some rocks stones or pebbles in the hope that one day you will return


When rocks stack up on each other metamorphism can occur.?

burial


When rocks stack on each other blank metamorphism can occur?

Burial


What is a group of pancakes called?

A group of pancakes is called a stack.


When rocks stack up on each other what metamorphism can occurr?

Burial metamorphism.


What is a support for a hay stack called?

the support for a stack of hay


What type of rocks and rock formation would you find in India?

Some of the types of rocks and rock formation that someone would find in India would be sedimentary rocks, metamorphic rocks, igneous rocks, peak, and stack rocks.


What famous sea stumps in the UK are there?

The Old Harry Rocks are England, and they have a stack and a stump.


What is a stack of paper called?

Its called a reem


What is stackunderflow?

An error condition that occurs when an item is called for from the stack, but the stack is empty.


What is stack in 8085 microprocessor?

STACK operation in 8085 microprocessor.The stack is a reserved area of the memory in RAM where temporary information may be stored. An 8-bit stack pointer is used to hold the address of the most recent stack entry. This location which has the most recent entry is called as the top of the stack.When the information is written on the stack, the operation is called PUSH. When the information is read from the stack, the operation is called POP. The stack works on the principle of Last in First Out or Fist in Lat Out