-
April 24, 2009 Windows host a wide variety of software’s and programs. We install loads and loads of them based on our necessities....
-
April 21, 2009 Generally System restore helps restoring our system to a healthy state if any things goes wrong with our windows system....
-
April 18, 2009 Most of us might have come across this situation wherein you can’t get rid off your unwanted files. When you...
-
April 16, 2009 Windows has this problem with deleting .avi video files. Here are the steps to be followed to delete an un...
-
April 14, 2009 What is the angle between the hours and minutes hand of your watch at 3:15 ?
Answer
7.5 degrees
...
-
April 11, 2009 What is the output of the following C Program?
Program
main()
{
int a=1,b=0;
if(a+(b=-1))
printf(“Inside”);
else
printf(“Outside”);
getch();
}
Answer
Outside