Hello welcome to my learning blog.
My name is Murali Gist. I am a blogger from India.If you are looking information for new type of coding examples, you have come to the right place.I have failed. But i have been successful.
-Murali Gist
int main() { int a,b; int sum; printf("Enter any 2 integers: "); scanf("%d%d",&a,&b); sum = a - ~b -1; printf("Sum of two integers:%d",sum); getch(); }