#includestdio.hint i;int fun();int main(){while(i){fun();main();}printf("sookshmas");return 0;}int fun(){printf("sookshmas beyond knowing ");}
What will be the output of the following C code?#includestdio.hvoid main(){int main=10;printf("%f",main);return 0;}