What is the output of the below program?
int main()
{
unsigned short int i=65000;
while (i++ != 0);
printf("%d", i);
return 0
}
Answers
Answered by
1
Answer:
I think answer will be 3 print.........
thnx and have a nice day
Similar questions