#include int main() { int i=0, n, marks[20]; printf("Enter the number of elements:"); scanf("%d",&n); printf("\nEnter the elements: "); for(i=0;i