answersLogoWhite

0

Unused structures are classed as vestigial structures. One example is the wings of a penguin or , ostrich, who are Flightless Birds. Another example is the sightless eyes of creatures that dwell in deep dark caves - where they wouldn't be able to see at all.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

What is a domain structure?

its a structure dude, for example there is no example and you have to find that example out to know the example. did you get it yo


What is an example of elevation?

a mountain structure is an example of elevation


What is structure explain with example?

A structure is a system of organization or arrangement. For example, the way a teacher plans her students day is considered structured.


What is an example of a birth defect in which there is abnormality in the chromosome structure?

Down's Syndrome is an example of a birth defect characterized by an abnormality of the chromosome structure.


What is a structure called with revolving vanes?

A windmill is an example of a structure with revolving vanes.


How do you use self referential structure?

Like any other structure. Example:typedef struct Example {struct Example *next;} Example;Example e1, e2;e1.next= &e2;e2.next= NULL;


Why are vegistal structures not removed by natural selection?

Vestigial structures are not removed by natural selection because they often do not significantly impact an organism's survival or reproductive success. These structures may have lost their original function but can still exist without detrimental effects. Additionally, if a vestigial structure does not impose a substantial cost to the organism, natural selection may not act strongly against it, allowing it to persist through generations.


What is the structure of phosphate?

Many phosphates are known; as an example Na3PO4 has a trigonal crystalline structure.


What is the structure of a bird toe an example of?

It is developement


What is an example of a sentence called?

a sentence structure.


Which of the following is an example of a vestigial structure?

Liver


What is fifo data structure?

FIFO, means "First In, First Out". An example of such a data structure is a queue.