What is the output of the following code?
int x = 5; if (x > 3) { printf("Greater than 3"); } else { printf("Not greater than 3"); }