c - Code is not updating in Windows -
i running c program using devc++ , codeblocks in windows , code not updating. added single printf message , not shown in output. tried clean,rebuild,recompile, everything.
please tell me what's going wrong.
try adding newline printf. (with compilers), output isn't flushed screen until newline printed.
printf( "\n" );
Comments
Post a Comment