1 Answer the above snapped 
#include<stdio.h>
void main()
{
int a,b,i;
printf("enter the number a and b\n");
scanf("%d%d",&a,&b);
if(b>a)
printf("enter number is %d",a++);
else
printf("enter number is %d",--b);
}

Posted on by