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:"); ...
-
#include<stdio.h> #include<conio.h> #include<string.h> main() { char source[]= "computer"; cha...
-
//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 a[10]; int i, n, large; printf("How many mumbers=...
-
#include<stdio.h> #include<conio.h> main() { char choice; printf("Enter your choice[a-z]:"); choice=getcha...
-
What is Display Color Calibration? Calibrating your display helps to ensure that colors are represented accurately on your monit...
-
#include #include main() { long int ch; printf("Enter any characher="); scanf("%d",&ch); if(ch>=0 &...
-
#include<stdio.h> main() { int i,j,c; for(i=1; i<=31;i++) { for(j = 0; j<=7; j++) ...
0 comments:
Post a Comment