हिंदी

Write a method which is used to swap the values of two memory locations without using a third variable. - Computer Applications

Advertisements
Advertisements

प्रश्न

Write a method which is used to swap the values of two memory locations without using a third variable. 

कोड लेखन

उत्तर

without using a third variable - call by reference
void swap(int a, int b)
{System.out.println(a + " " + b);
a = a + b;
b = a - b;
a = a − b;
System.out.println(a + " " + b);
}
shaalaa.com
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 5: User - Defined Methods - EXERCISES [पृष्ठ ३३७]

APPEARS IN

अविचल Computer Applications [English] Class 10 ICSE
अध्याय 5 User - Defined Methods
EXERCISES | Q VI. 10. (b) | पृष्ठ ३३७
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×