#include int main() { /* wrong -- most of the time. The variable declaration must appear first */ printf( "Declare x next" ); int x; return 0; }