Of course, it is possible to mismatch in the other direction. What is written by the following?
#include <stdio.h>
#include <stdlib.h>
/* Puzzle E04 -- another mismatch */
int main()
{
printf("Expression evaluates to: %f\n", 45 );
return 0;
}