basic program [PDF]

Aug 7, 2014 - #include . /* run this program using the console pauser or add your own getch, system("pau

3 downloads 17 Views 134KB Size

Recommend Stories


Basic Fire Fighter Training Program
Your task is not to seek for love, but merely to seek and find all the barriers within yourself that

BASIC COBRA Health Insurance | BASIC [PDF]
BASIC COBRA Health Insurance | COBRA Outsourcing, FMLA & Payroll Outsourcing, Flexible Spending Account Administration.

PDF Basic Construction Materials
At the end of your life, you will never regret not having passed one more test, not winning one more

Online PDF Basic Econometrics
There are only two mistakes one can make along the road to truth; not going all the way, and not starting.

[PDF] Basic Clinical Biostatistics
Learning never exhausts the mind. Leonardo da Vinci

PDF Robbins Basic Pathology
Love only grows by sharing. You can only have more for yourself by giving it away to others. Brian

PdF Interpreting Basic Statistics
Silence is the language of God, all else is poor translation. Rumi

PDF Download Basic Biostatistics
Suffering is a gift. In it is hidden mercy. Rumi

[PDF] Basic College Mathematics
Your big opportunity may be right where you are now. Napoleon Hill

PdF Basic Immunology
Why complain about yesterday, when you can make a better tomorrow by making the most of today? Anon

Idea Transcript


More Next Blog»

Create Blog Sign In

basic program

Thursday, 7 August 2014

About Me

reeya narsinghani

sort prog- bubble, insertion, selection

Follow

0

View my complete profile

#include #include /* run this program using the console pauser or add your own getch, system("pause") or input loop */

Blog Archive

t 2014 (14) t August (8)

int main(int argc, char *argv[]) { int i,j,a,b,y; printf("chose your option\n"); printf("1.Bubble sorting\n2.Insertion sorting\n3.Selection sorting\n"); scanf("%d",&b); int r[5]={5,13,1,3,4}; switch(b) { case 1: printf("order is:"); for(i=0;ia) { y=r[i]; r[i]=r[i-1]; r[i-1]=y; --i; } } for(i=0;i

Smile Life

When life gives you a hundred reasons to cry, show life that you have a thousand reasons to smile

Get in touch

© Copyright 2015 - 2024 PDFFOX.COM - All rights reserved.