Predict the Output: Console int main(){fprintf(stdout,"Hello");return 0;} Answer:Error,stdout is undeclared Hello will be printed in consoleHello will be print in stdout.c file Share this Share on FacebookTweet on TwitterPlus on Google+ Related PostsPredict the Output: