A microprocessor can directly process machine code but most programmers almost never write in it.
C. Machine code
Answer:
Following code are:
int *temp; //declaration of variable
// perform swapping
temp = xp;
xp = yp;
yp = temp;
Explanation:
we declare an integer data type pointer variable "*temp" then perform swapping between them.
The variables "xp" and "yp" are already declared and these variables are performing swapping among three.
Hard question thx for the points give me brainlest points plz
Answer:
Heyy I'm feeling sad and stressed. Wbu?
Explanation:
I've seen this problem before, you just need the solution to the 'while' loop, right?
Assuming your variable names are the same as the generic question your while loop should look like this:
while (keepGoing != 'n')