> while( (v=getchar()) != EOF);
Watch the ; at the end of this line.

> return(7);
A successful main returns 0