Find the largest number from a set of define and set a define from the answer

There is a macro for that:
#define highestNum max(numA, max(numB, max(numC, numD)))