Search results

  1. Z

    C/C++ simple challenge

    One line code for swapping two variables, a and b, without using third variable a^=b^=a^=b the above line of code will swap values of a and b
Top Bottom