#includestdio.h
#includestdlib.h
int main()
{
int x, y ;
printf("Enter two number:");
scanf("%d %d", &x, &y);
printf("%d", x+(~y)+1 );
return 0;
}
Find the operation done in this program

Posted on by