Back To C Flow of Control Index
//program to input three numbers and print them in ascending order using if-else statement #include
#include
void main() { int a,b,c,low,low2,low3; clrscr(); printf("\nenter number 1"); scanf("%d",&a); printf("\nenter number 2"); scanf("%d",&b); printf("\nenter number 3"); scanf("%d",&c); low=a; if(b