void main(void) { int x = 2; //Initialize x if (x = 5) //If x is 5,… { printf("Hi!"); //…display "Hi!" } }