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


Posted on by