7 // printf("Enter the ages of ram, shyam and ajay: ");
8 // scanf("%d %d %d",&ram,­am,&ajay);
10 // if(ram<shyam && ram<ajay)
11 // printf("Ram is youngest\n");
12 // else if(shyam<ram && shyam<ajay)
13 // printf("Shyam is youngest\n");
14 // else if(ajay<ram && ajay<shyam)
15 // printf("Ajay is youngest\n");
17 // printf("Press any key to exit\n");