Loading...
Engaged employer
logical questions like swapping 2 variable values without using temp variable
Anonymous
a=1 b=2 b =a+b //3 a = b-a //3-1 = 2 b = b-a // 3-2 = 1 now a is 2 and b is 1
let a= 1; let b = 7; a = a - b ; // -6 b = b + a; // 1 a = b - a; // 7
Stay ahead in opportunities and insider tips by following your dream companies.
Get personalised job recommendations and updates by starting your searches.
Get actionable career advice tailored to you by joining more bowls.
Check out your Company Bowl for anonymous work chats.