xxxabhash007
Member
- Member since
- Aug 14, 2010
- Last active
- Sep 28, 2011
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
cf425a12-106c-440b-ba50-b75ea688c39b
Linux is not so hard. It has some basic commands as math have its formulae.
-
#Threads
6b65e813-9624-4618-a023-6dd09b4bc680
I have installed realplayer through .rpm package. The installation has shown successful complete. But still I am unable to open my mp3...
-
#Threads
02f93a55-82b7-487e-a961-a057eee0ce2f
Press ctrl+scroller to zoom in & out of the browser.
-
#Threads
Play Audio Video Files In RedHat 5.4?
I just want to know how to play audio and video files on red hat 5.4? I have downloaded Mplayer and I...
-
#Threads
fbf320eb-3564-4801-b01c-b47009de13c6
Page file is a virtual memory which reserves some amount of space on hard drive which acts as RAM.
-
#Threads
145d1529-ed77-4e7f-9598-16d514e9e43a
anandkumarjhahello every one....... can we initilize the array size at run time in java programming and if yes then how can we...
-
#Threads
af78bf2a-f32d-4d9a-9fa0-a400528c4968
@Goyal: There is no such kind of statement "int *[4]" or "int *". Then what are you talking about?
-
#Threads
b3db3cf2-bad0-49ae-8413-172b2aaa267b
Win+space: It makes every active window transparent so you can view your desktop.
-
#Threads
f820c58d-2618-4b1c-98b6-f4e64dd637be
Win+T:cycles through your open programs via the Taskbar’s peek menu.
-
#Threads
9550d139-672f-4001-ac97-a448d6a8be1c
Win+P: opens up a small overlay that lets you configure a second display or projector.
-
#Threads
dd999333-7632-4a75-9439-c2e34e4c23d0
In Win7: Press shift when right-clicking on a folder to get an expanded Send To menu.
-
#Threads
1e784ba2-501d-49f2-86c3-20aa0ad9213b
You can create keyboard shortcuts for any program in Windows 7. 1.)Right-click the program icon and select Properties. 2.)Select the Shortcut tab,...
-
#Threads
4bcaf49c-9af4-4f20-8660-9b4e6c2fe033
In Win7 you can: 1.)Win+Left Arrow and Win+Right Arrow dock the window to the left and right side of the screen. 2.)Win+Up...
-
#Threads
0be72d6a-d1e3-48b5-bccd-fdc85097b158
Re: window 7 To my knowledge there is no disadvantage and the advantage is that all the control options are present under...
-
#Threads
aad273d7-f8a7-41ad-b5c5-3ea94bcdc5a9
Re: window 7 God mode in window 7 allows user to access all of the operating system's control panels from within a...
-
#Threads
6e463f9a-7ec7-4326-82eb-2f563a66af35
Can you please give the actual output in double quotes.
-
#Threads
65db98f6-20c4-497e-99f9-358aa22f328b
Can anyone give me the output of the program which I have posted.
-
#Threads
f482c3cf-41b7-481a-992c-147207add1e7
@Anand: Real binder notebooks are nothing but the one you use at your study-table to note down the daily happenings. In short...
-
#Threads
712509a4-538a-426d-8d51-c84526af174a
This force to stop the running thread is called "abort" whereas close option just sends the request to end the thread.
-
#Threads
6a2debdc-d15f-46f8-9027-bda95b8a12d6
Notebook is ultra-small laptop without CDROM which can be installed via cable whereas in Laptop it is installed. Notebooks are just bigger...
-
#Threads
befd8c64-4524-45f0-930e-e81498d8d0d5
What is the output? show(int(*q)[4],int row,int col) { int i,j,*p; for(i=0;i<row;i++) { p=q+i; for(j=0;j<col;j++) printf("%d",*(p+j));...
-
#Threads
ee8c4b3a-cb9d-4633-8811-4679c7803bce
But I have read in Yashwant's Pointers In C:In memory there are no rows and columns. In memory whether it's a 1-D...
-
#Threads
6eed6825-2a98-425b-84ff-1b0eb779b0c1
When a pragma is encountered in source code, it overrides the behavior specified by the compiler option.
-
#Threads
Accessing arrays
I want to know how the 2-D arrays are stored in the memory, exactly how does the compiler look at the 2-D...