C program to find largest and smallest number in an array
Answers
Answered by
0
#include <studio.h>
#include <conio.h>
void main ( )
{
clrscr ( );
int I,n;
printf ("enter the any number");
scanf ("%d",&n);
for (i=1:i<=100:i++)
{
printf ("%d\n",i);
}
getch ( );
}
#include <conio.h>
void main ( )
{
clrscr ( );
int I,n;
printf ("enter the any number");
scanf ("%d",&n);
for (i=1:i<=100:i++)
{
printf ("%d\n",i);
}
getch ( );
}
Similar questions
Environmental Sciences,
8 months ago
Computer Science,
8 months ago
English,
8 months ago
English,
1 year ago
Math,
1 year ago