Computer Science, asked by sharaths042, 4 months ago

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 aditya95250
1

Answer:

I think answer will be 3 print.........

thnx and have a nice day

Similar questions