Popular
-
Keyboard shortcuts are combinations of two or more keys that, when pressed, can be used to perform a task that would typicall...
-
Are you new to computers? Do you wonder what they do and why you would want to use one? Welcome—you're in the right place. This a...
-
Computers range in size and capability. At one end of the scale are supercomputers , very large computers with thousands of linke...
-
#include<stdio.h> #include<conio.h> #include<string.h> main() { char source[]= "computer"; cha...
-
What is Display Color Calibration? Calibrating your display helps to ensure that colors are represented accurately on your monit...
-
Use the Start menu to do these common activities: Start programs Open commonly used folders Search for files, folders, and...
-
//program to find area of circle #include<stdio.h> #include<conio.h> main() { int r,a,l,b; printf("Enter ...
-
The desktop is the main screen area that you see after you turn on your computer and log on to Windows . Like the top of an actual...
-
#include #include main() { long int ch; printf("Enter any characher="); scanf("%d",&ch); if(ch>=0 &...
-
#include<stdio.h> main() { int i, greater = 0; int number[]= {1,2,40,4,5}; for (i=0; i<5; i++) { ...
