anandkumarjha
Member
- Member since
- Aug 4, 2010
- Last active
- Nov 9, 2011
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
window xp problems
hello CEans I am not able to open my icons.....whenever i am trying to do so its not opening.....i have tried to...
-
#Threads
271fc364-07e3-4f7d-96c1-3c8ebd0f1f83
as we all know that by pressing (window+L) we can lock our work station. so if you want to disable this property...
-
#Threads
What is the use of DataInputStream and BufferedReader in java programming?
what is the use of DataInputStream and BufferedReader in java programming????????
-
#Threads
tipical program in java
Hello CEans, can you please make me understand with this program how this will be executed? class HexByte { public static void...
-
#Threads
73a63ac7-540c-4d54-847d-3726105af131
what will be the output of the following codes any why????please explain.... #include<stdio.h> #include<conio.h> void main() { printf("%d",printf("%d %d",2,2)&...
-
#Threads
brain teaser
main() { char thought[2][30]={"Don't walk infront me..","i am not follow"}; printf("%c%c",*(thought[0]9),*(*(thought 0)5)); } What will be the output of th...