Important Note:Login & Check Your Email Inbox and Activate Confirmation Link |
---|
Section 107 of the Copyright Act Fair Use Contents . We are forwarding content link(s) from our website to content website & We are not serving any contents. Main Source:Google.com.All the Content PDF link(s) is/are obtained from GoogleSearch for the purpose of Education & Teaching Intention. Not for commercial purpose. Technicalsymposium.com is not liable/responsible for any copyright issues. |
---|
|
---|
C Program For INSERTION SORTING.
void main()
{
int i,n,a[20],m=1,j,t;
clrscr();
printf("Enter the n value:");
scanf("%d",&n);
for(i=1;i<=n;i++)
{
printf("a[%d]=",i);
scanf("%d",&a[i]);
}
for(i=1;i<=n;i++)
{
for(j=1;j<=i;j++)
{
t=a[i];
if(a[i]>a[j])
{
a[m]=a[j];
a[j]=t;
}
}
m++;
}
for(i=n;i>0;i--)
{
printf("%d\n",a[i]);
}
getch();
}
|
---|
|
---|
|
---|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
![]() |
|
![]() |
---|
![]() |
Official Contact: +91-9245556793 (Whatsapp Message / SMS / Voice Call)Our Expert team is ready to answer all your questions immediately-Feel free to speak in Tamil/English. (Example:Events info/Lecture Notes/Off-Campus & All Jobs/Projects & All education information) Working hrs (IST): (Morning: 10:00AM-3:00 PM) and (Evening:5:00 PM to 10:00 PM)
|
---|