Sign in
Please select an account to continue using cracku.in
↓ →
Consider the following C function
void swap ( int x, int y )
{
int tmp;
tmp = x;
x= y;
y = tmp;
}
In order to exchange the values of two variables a and b:
Create a FREE account and get: