Hello, Why does the program hereafter produce a warning in the Compiler tab? Thank you.
#include <stdio.h>
int main(void) { fgetc(stdin);
return 0;
}
Compiler tab:
"Finding dependencies for file: D:\Documents\Project_main.c"
Log in to post a comment.
Hello,
Why does the program hereafter produce a warning in the Compiler tab?
Thank you.
#include <stdio.h>
int main(void)
{
fgetc(stdin);
}
Compiler tab:
"Finding dependencies for file: D:\Documents\Project_main.c"