While swapping 2 numbers what precautions to be taken care?
b = (b / a);a = a * b;b = a / b;
b = (b / a);a = a * b;b = a / b;While swapping 2 numbers what precautions to be taken care?
b = (b / a);a = a * b;b = a / b; Correct Answer Data type should be either of float and double
মোঃ আরিফুল ইসলাম
Feb 20, 2025