| Question |
What is the output of the program given below
#include<stdio.h>
main()
{
char i=0;
for(;i>=0;i++) ;
printf("%d\n",i);
} |
|
Question Submitted By :: Rajesh | |
I also faced this Question!! |
Rank |
Answer Posted By | | |
Answer | -128 is correct answer  |
| Rajendra.p (honeywell) | | | | View All Answers | | |
|