1. .........:... contain the list of the endangered species of plants and animals?

Answer: Red Data Books

Reply

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->.........:... contain the list of the endangered species of plants and animals?....
QA->Which of the following keeps the record of rare and endangered species of animals, plants and fungi?....
QA->Out of 900 reported species of living gymnosperms; conifers are represented by about 500 species; About 2;50;000 species of angiosperms (flowering plants) have also been reported in the world. The vast and dominant woodlands in Europe; Asia; North America and mountains such as Himalayas are wooded with?....
QA->State list, Union list, Concurrent list are included in which of the following schedule....
QA->State list, Union list, Concurrent list are included in which of the following schedule....
MCQ->S1: Palaeobotany is the study of fossil plants preserved in rocks dating back in millions of years. P : Records of the history of the world are contained in fossils. Q : Through the ages, plants have evolved from simple to more complex forms. R : First there were water plants then land plants appeared during the Paleozoic era. S : But since the fossil remains appear locked in rock layers, they are closely related to the geologist area of investigation. S6: The fossil plants indicate the age of the rock, and also point to facts regarding climate, temperature and topography. The Proper sequence should be:...
MCQ->Which of the following statements are correct? A struct can contain properties. A struct can contain constructors. A struct can contain protected data members. A struct cannot contain methods. A struct cannot contain constants....
MCQ->Out of 900 reported species of living gymnosperms, conifers are represented by about 500 species, About 2,50,000 species of angiosperms (flowering plants) have also been reported in the world. The vast and dominant woodlands in Europe, Asia, North America and mountains such as Himalayas are wooded with...
MCQ->One of endangered species of Indian medicinal plants is that of:...
MCQ->What will be the output of the program? #include<stdio.h> #include<stdarg.h> void fun1(char, int, int , float , char ); void fun2(char ch, ...); void (p1)(char, int, int , float , char ); void (p2)(char ch, ...); int main() { char ch='A'; int i=10; float f=3.14; char p="Hello"; p1=fun1; p2=fun2; (p1)(ch, i, &i, &f, p); (p2)(ch, i, &i, &f, p); return 0; } void fun1(char ch, int i, int pi, float pf, char p) { printf("%c %d %d %f %s \n", ch, i, pi, pf, p); } void fun2(char ch, ...) { int i, pi; float pf; char p; va_list list; printf("%c ", ch); va_start(list, ch); i = va_arg(list, int); printf("%d ", i); pi = va_arg(list, int); printf("%d ", pi); pf = va_arg(list, float); printf("%f ", pf); p = va_arg(list, char ); printf("%s", p); }...
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution