Predict the output of the following C program (don’t forget…
Predict the output of the following C program (don’t forget to include the X characters printed by printf):,,, #includemain() { printf(“X%-7dX,X%xX,X%7.3fX,X%7.5sX”, 12345, 50, 5.55555, “Bus stop”);}