suhit
Member
- Member since
- Aug 9, 2011
- Last active
- Aug 14, 2011
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
adc68766-b681-4d8e-9116-e0e09493f9e9
"DEBASMITA@Debosmita- if the control goes inside the if block, you will not be able to access the else block. If you really...
-
#Threads
d27a05c4-7101-4cbc-9c9a-ed2efe2ae78e
#include<stdio.h> #include<conio.h> void main() { if(printf("Hello ")==-1) {} else { printf("world"); } getch(); } Explanation:: As the library function prin...