What will be the output of following program?
int main()
{
int a,b,cnt,
cnt=0
for(a=0; a<5, a++),
{
for(b=0,b<5,b++).
{
cnt++,
printf("%d" cnt)
return 0;
1
Answers
Answered by
3
Answer:
Hello is printed infinite times
Similar questions