employer cover photo
employer logo
employer logo

Max Secure Software India Pvt

Is this your company?

Max Secure Software India Pvt interview question

How can you swap two values without using third variable

Interview Answer

Anonymous

6 Sept 2017

let a : Int! let b : Int! a = a+b b = a-b a =a-b