Predict The Output: Function, main function int main(){return printf("shark ");}int x=main();Don't think that it will result in compilation error. It will run perfectly and prints "shark shark". Output:shark shark Share this Share on FacebookTweet on TwitterPlus on Google+ Related Posts73323347Scanf inside printf30