#include <stdio.h> int main() { int arr[15]={0},i,n,pos,num; printf(“\n how many elements you want to enter:”); scanf(“%d”,&n); printf(“\n Enter the elements
Continue reading#include <stdio.h> int main() { int arr[15]={0},i,n,pos,num; printf(“\n how many elements you want to enter:”); scanf(“%d”,&n); printf(“\n Enter the elements
Continue reading