#include<stdio.h> #include<conio.h> #include<string.h> main() { char source[]= "computer"; char target[40]= "education"; printf("\nFirst sting:%s\n", source); printf("\nSecond sting:%s\n", target); .....
Tuesday, June 26, 2012
compare string
#include<stdio.h> #include<conio.h> #include<string.h> main() { char string1[]= "computer"; char string2[]= "education"; char string3[]= "Nepal"; int a,b; a =.....
character c++
#include #include main() { long int ch; printf("Enter any characher="); scanf("%d",&ch); if(ch>=0 && ch<=9999) printf("The entered number is numerical"); else printf("The entered number.....
chaning upper with array
#include<stdio.h> #include<conio.h> main() { int a[10]; int i, n, large; printf("How many mumbers="); scanf("%d", &n); for (i =.....
calender C++
#include<stdio.h> main() { int i,j,c; for(i=1; i<=31;i++) { for(j = 0; j<=7; j++) { c = i+j;.....
array greater
#include<stdio.h> main() { int i, greater = 0; int number[]= {1,2,40,4,5}; for (i=0; i<5; i++) { if(number[i]>greater) .....
array change case C++
#include<stdio.h> #include<conio.h> main() { long int n, i, max, a[9999], min; printf("how many number?"); scanf("%d", &n); for (i =.....
repit many times c++
#include<stdio.h> #include<conio.h> main() { int c; c=1; do { printf("My GF is Facebook\n"); c++; } while(c<=1o); .....
using nested while loop dev c++
/* using nested while loop 1 2 3 4 5 2 4 6 8 10 3 6 9 12 15 4 8 12.....
switch case dev c++
#include<stdio.h> #include<conio.h> main() { int choice; float x,y; printf("Enter the value of 1st:"); scanf("%f",&x); printf("Enter the vale of.....
programing language
//program to find area of circle #include<stdio.h> #include<conio.h> main() { int r,a,l,b; printf("Enter the leanth of rectangle :"); scanf("%d",&l); .....
Wednesday, June 20, 2012
Depression
Psychiatry research and practice would benefit from moving beyond ‘major depression’. It is neither an intrinsically reliable nor valid entity, and, as for.....
Wednesday, June 6, 2012
Windows Media Center keyboard shortcuts
You can access any feature in Windows Media Center using only the keyboard. In addition, Media Center provides a variety of keyboard shortcuts.....
Keyboard shortcuts
Keyboard shortcuts are combinations of two or more keys that, when pressed, can be used to perform a task that would typically require.....