Is this a question or just something up here just to be here
Answer:
#include<iostream>
using namespace std;
int main()
{int num1,num2;
cout<<"enter 2 numbers:"<<endl;
cinn>>num1;
cinn>>num2;
cout<<("value without swapping of num1",num1);
cout<<("value without swapping of num2",num2);
num1 ^= num2;
num2 ^= num1;
num1 ^= num2;
cout<<("num1 after swapping",num1);
cout<<("num2 after swapping,num2);
return 0;
}
Answer:
Source computer to the destination computer via one of more networks
Explanation:
The network layer provides the means of transferring variable-length network packets from a source to a destination host via one or more networks.
I do not know wat UAV stands for sorry :(