#include #include void main() { int n,i,temp; float a[20],sum,mean,var,sd; float *p; printf("Enter the total number of elements:\n"); scanf("%d",&n); printf("Enter the elements to an array:\n"); for(i=0;i