Biology, asked by mehakpreetkaur312005, 3 months ago

define cell cycle in brief

Answers

Answered by pranavagwan500
0

Explanation:

#include<stdio.h>

void main()

{

int arr[5]={4,12,78,90,70};

int i=0;

for(i=0;i<=4;i++)

{

printf("\n %d",arr[i]);

}

return 0;

}

Answered by jugnu37
1

Answer:

A cell cycle is a series of events that takes place in a cell as it grows and divides. A cell spends most of its time in what is called interphase, and during this time it grows, replicates its chromosomes, and prepares for cell division. The cell then leaves interphase, undergoes mitosis, and completes its division.

Similar questions