A balance of the month swap
t = a; a = b; b = t; // t is a third integer variable (swap variable) But here's a way without a swap variable, given as as a macro in C: #define SWAP(a,b) { if (a!=b) { a^=b; b^=a; a^=b; }} // Swap macro by XOR Once you define it, you can say swap(x,y) to swap x and y. The numbers kind of flow through each other and end up swapped.
void swap (int *a, int *b) { *a ^= *b; *b ^= *a; *a ^= *b; return; }
Multi-Coloured Swap Shop ended on 1982-03-27.
void swap (int* a, int* b) { if (!a !b) return; // can't swap a pointer to null *a^=*b^=*a^=*b; }
of course you can!
Of Course!
Of course!
You mean, swap.. Yes of course if you both agree.
Of course not.
Of course you can but that is not a good swap. An excellent swap would be a 195/55-15.
Yes of course you can, but it isn't easy doing such a swap.
of course you can. you can swap almost anything in the S-chassis. KA24E, KA24DE, SR20DET, RB20DET, RB25DET, RB26DET, LS1, 2JZ, 1JZ, the possibilities are endless. -ralphy BEATDOWN
There are several words that might be used. One is "swap" and the other is "substitute." Because the mechanic didn't have the exact part he needed, he decided to swap a part from a different car. My students are required to take a writing course, but if one is not offered, they can substitute an English course.
Of course you can. Do a google search on "2.7 to 3.5 swap" and you'll find a web forum that discusses the swap including which engines work and what parts you'll be needing. There is good news about this swap: The 3.5L engine swap is actually CHEAPER than replacing your 2.7! You'll get more power and have a much better engine in the end. Gas mileage may suffer a bit, but who cares when you mash down on the pedal and you go!
Of course you can but this would be a terrible swap. If you want to go with a 60 series tire then go with a 255/60-16 if you have no side clearance issues as it is a good swap.
Is that an answer or a question? For the 77 Nova any 262-400 will be a direct swap. Big blocks can be done if you use the 396 mounts from the '68-'72 Novas. If you have an L6, swap motor mounts and a small V8 should drop right in. Of course, you'll need to modify your exhaust and a few other things. Is this what you were looking for?