What is the output of the program given below main() { signed char i=0; for(;i>=0;i++) ; printf(“%d\n”,i); }

What is the output of the program given below main() { signed char i=0; for(;i>=0;i++) ; printf(“%d\n”,i); }