A Question Bank that is very useful to face UGC-NET(Computer Science) or other related exams. We are providing questions in the form of Practice Set and also providing answers with complete description and Reference.
while(x!=0){if(x>y)x=x-yelsey=y-xprintf(“%d”, x)
A. Computes LCM of two numbers
B. Computes GCD of two numbers
C. Divides large number with small number
D. Subtracts smaller number from large number
Description:
No comments:
Post a Comment