Pergunta de entrevista da empresa HCLTech

How can you swap the values of two numeric variables without using any other variables?

Resposta da entrevista

Sigiloso

9 de abr. de 2024

a = a + b; b = a - b; a = a - b;