Can someone tell me why the following code compiles (see getchar below)? I haven't written C in awhile but I'm pretty sure getchar line shouldn't allow this to compile. Just installed VS2013 Pro compiled with /Za + /Wall as C. Looking for C99 compliance.Can someone tell me why the following code comp