0
What is the output for the following code??(C Language)
#include<conio.h> #include<stdio.h> int i; void fun() { printf("Hi"); } void main() { while(i) { fun(); main(); } printf("Hello\n"); }
6 Answers
+ 12
Next time include this đ
https://www.sololearn.com/discuss/288609/?ref=app
+ 3
i is not initialized