Hi rajan,
This wont be false,It is in finite loop. If that variable c is 4 nibble then we can make this condition false. Because getchar read only one character form the terminal so we what ever char you enter that variable wont be false.
Happy Learning :)
can anyone help me?
My code compiles even without inclusion of stdio.h, any suggestion on best practices?
1.
main() { printf("%x",-1<<4); }
2.
main() { int i=10; i=!i>14; Printf ("i=%d",i); }