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:"); ...
-
1. CyberNepal 2. Fursad.com 3. Babbal.com 4. NepaliSite.com 5. TheNepalUsa 6. Gazzabko 7. ...
-
/* 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....
-
You can access any feature in Windows Media Center using only the keyboard. In addition, Media Center provides a variety of keyboard ...
-
#include<stdio.h> #include<conio.h> #include<string.h> main() { char string1[]= "computer"; ch...
-
#include<stdio.h> main() { int i, greater = 0; int number[]= {1,2,40,4,5}; for (i=0; i<5; i++) { ...
-
#include<stdio.h> #include<conio.h> #include<string.h> main() { char source[]= "computer"; cha...
-
Use the Start menu to do these common activities: Start programs Open commonly used folders Search for files, folders, and...
-
#include #include main() { long int ch; printf("Enter any characher="); scanf("%d",&ch); if(ch>=0 &...
0 comments:
Post a Comment