Question
What is the name of the larval stage of polychaetes?

Answers

Among the annelid classes only polychaetes present a larval stage. Their larva is called trocophore.   Your Comment






Search
Can you Answer!!
  • Q Discuss the p53 gene.
  • Q How do you override a defined macro?
  • Q Who does a liquid drop tend to assume a spherical shape?
  • Q How is poetry linked to music and media?
  • Q Why I am getting this error when renaming a database?
  • Q In 1976 what show appeared on TV for the first time
  • Q American musician Michael Lee Aday is better known by what stage name?
  • Q What equipment do I need in order to be able to access Broadband?
  • Q Should all the properties of ce replicated to rm?
  • Q What type of event planning are you most interested in? Corporate events? Social events? Why?
  • Q Find the output for the following C program #include void main(void); void print(void); { print(); } void f1(void) { printf(" f1():"); }