#include
#include
void main()
{
clrscr();
printf("enter value for a & b: ");
scanf("%d%d",&a,&b);
(a>b)?printf("a is greater"):printf("b is greater");
getch();
}
Output: |
enter value for a & b: 5
7
b is greater
we can share the knowledge with our friends. So they can share with their friends. and so on... Finally You can turn back ...how many of them stand behind you....
Output: |
Modified By Blogcrowds
No comments:
Post a Comment