Today's C++ coding practice is to find the maximum and minimum of two numbers without using any loop or condition.
Today's C++ coding practice is to check if two numbers are equal without using arithmetic operators or comparison operators.
Today's C++ coding practice was motivated by a simple C++ interview challenge question on toptal.com involving arrays.