Multiple Choice
While swapping 2 no' what at precautions to be taken care? b = (b / a) ; a = a * b; b = a / b;
A) Data type should be either of short, int and long
B) Data type should be either of float and double
C) All data types are accepted except for (char *)
D) This code doesn't swap 2 numbers
Correct Answer:

Verified
Correct Answer:
Verified
Q24: Which of the following is not a
Q25: Which of the following typecasting is accepted
Q26: Are logical operator sequence points?<br>A)True<br>B)False<br>C)Depends on the
Q27: Variable name resolution (number of significant characters
Q28: Which of the following is true for
Q30: In the standard library of C programming
Q31: Which of the following declaration is not
Q32: When do you need to use type-conversions?<br>A)The
Q33: Which of the following data type will
Q34: Which data type is most suitable for