/*Printing 3 no.s in ascending order*/ #include main() { int a,b,c; printf("Enter 3 no.s for printing ascending order\n:"); scanf("%d%d%d",&a,&b,&c); if(a