67) If s and b are integers then purpose of the following program fragment is to
b = s + b ;
s = b - s ;
b = b - s ;
Answer is:
exchange (swap) the contents of s and b
Related C Programming MCQ with Answers
Answer is:
216 - 1
Answer is:
215-1
Answer is: