write a program to accept 10 numbers in an array and find the greatest
Answers
Answered by
0
Answer:
pls follow me I follow u
Answered by
0
Answer:
Explanation:
#include <stdio.h>
int main()
{
int i,arr[10];
printf("Enter 10 elements:");
for(i=0;i<10;++i)
scanf("%d",&arr[i]);
for(i=0;i<10;++i)
printf(" greatest number is:%d",greatest number);
return 0;
}
Similar questions
English,
5 months ago
Science,
5 months ago
Social Sciences,
5 months ago
English,
10 months ago
Hindi,
1 year ago
Social Sciences,
1 year ago