Swapping without using third value in coding c language .
Answer it urgently bcc tomorrow computer practical exam
Answers
Answered by
1
void main()
{
int a=5,b=4;
//swapping
a+=b;
b=a-b;
a-=b;
}
Explanation:
Don’t hesitate to consult for doubt in the comments below and Don't forget to mark it the brainliest if it helps.. #BAL #answerwithquality
Similar questions