NVR Interview Question

X = 1. Y = 2. Switch the value between these variables without using another variable.

Interview Answers

Anonymous

Nov 29, 2016

y => y + x (3) x => y - x (2) y => y - x (1)

1

Anonymous

Aug 20, 2015

The interviewer admitted this was a trick question because only statistical programmers can usually answer it.