Computer Science, asked by chandankulkr, 6 months ago

to substrate two numbers without using _ operator

Answers

Answered by ayushkum937
0

Answer:

include<stdio.h>

int a,b;

int sum;

scanf("%d%d",&a,&b);

sum = a + ~b + 1;

printf("Difference of two integers: %d",sum);

return 0; }

Answered by arshdeepsingh8187
0

Answer:

dgydgysvyevhdvfa

Explanation:

please follow me

Similar questions