Popular
-
Keyboard shortcuts are combinations of two or more keys that, when pressed, can be used to perform a task that would typicall...
-
#include<stdio.h> #include<conio.h> main() { int choice; float x,y; printf("Enter the value of 1st:"); ...
-
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...
-
You can access any feature in Windows Media Center using only the keyboard. In addition, Media Center provides a variety of keyboard ...
-
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 ...
-
In the workplace, many people use computers to keep records, analyze data, do research, and manage projects. At home, you can use...
-
#include<stdio.h> #include<conio.h> #include<string.h> main() { char source[]= "computer"; cha...
-
/* using nested while loop 1 2 3 4 5 2 4 6 8 10 3 6 9 12 15 4 8 12 16 20 5 10 15 20 25 */ #include<stdio.h> #include<conio....
-
#include #include main() { long int ch; printf("Enter any characher="); scanf("%d",&ch); if(ch>=0 &...
0 comments:
Post a Comment