this is a program to add two numbers without using arithmetic operators. I found this program in the web ,but i am unable to understand ,please explain me
the 7th and 8th steps ie..how the p and sum values are assigned.
#include"stdio.h"
#include"conio.h"
void main()
{
int a,b,sum...