.
1. Differentiate between plant and animal cell.
Answers
Answered by
0
Answer:
#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
1
Answer:
A plant cell contains a large, singular vacuole that is used for storage and maintaining the shape of the cell. In contrast, animal cells have many, smaller vacuoles. Plant cells have a cell wall, as well as a cell membrane. ... Animal cells simply have a cell membrane, but no cell wall.
Similar questions