1.

Write a c program to find the smallest element in the array of integers

Answer»

Hey mate your answer is
#include

int main()

{

int array[100], minimum, SIZE, c, LOCATION = 1;

printf("Enter number of elements in array\n");

scanf("%d", &size);

printf("Enter %d integers\n", size);

for (c = 0; c < size; c++)

PLEASE mark as BRAINliest answer



Discussion

No Comment Found