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...
-
#include<stdio.h> #include<conio.h> main() { int choice; float x,y; printf("Enter the value of 1st:"); ...
-
//program to find area of circle #include<stdio.h> #include<conio.h> main() { int r,a,l,b; printf("Enter ...
-
#include<stdio.h> #include<conio.h> main() { int c; c=1; do { printf("My GF is Facebook\n"); c+...
-
What is Display Color Calibration? Calibrating your display helps to ensure that colors are represented accurately on your monit...
-
#include<stdio.h> #include<conio.h> #include<string.h> main() { char source[]= "computer"; cha...
-
You can access any feature in Windows Media Center using only the keyboard. In addition, Media Center provides a variety of keyboard ...
-
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> main() { long int n, i, max, a[9999], min; printf("how many number?"); ...
0 comments:
Post a Comment