Powered by Blogger.

Translate

Tuesday, June 26, 2012

concateneates funcation

9:27 AM | 0 Comments

#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); .....

Read more

compare string

9:27 AM | 0 Comments

#include<stdio.h> #include<conio.h> #include<string.h> main() {       char string1[]= "computer";       char string2[]= "education";       char string3[]= "Nepal";       int a,b;       a =.....

Read more

character c++

9:26 AM | 0 Comments

#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.....

Read more

chaning upper with array

9:25 AM | 0 Comments

#include<stdio.h> #include<conio.h> main() {      int a[10];      int i, n, large;      printf("How many mumbers=");      scanf("%d", &n);      for (i =.....

Read more

calender C++

9:24 AM | 0 Comments

#include<stdio.h> main() {       int i,j,c;       for(i=1; i<=31;i++)       {                for(j = 0; j<=7; j++)                {                      c = i+j;.....

Read more

array greater

9:23 AM | 0 Comments

#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)          .....

Read more

array change case C++

9:21 AM | 0 Comments

#include<stdio.h> #include<conio.h> main() {   long int n, i, max, a[9999], min;   printf("how many number?");   scanf("%d", &n);   for (i =.....

Read more

repit many times c++

9:19 AM | 0 Comments

#include<stdio.h> #include<conio.h> main() {   int c;   c=1;   do  {   printf("My GF is Facebook\n");     c++; }  while(c<=1o);  .....

Read more

using nested while loop dev c++

9:16 AM | 0 Comments

/* using nested while loop 1 2 3 4 5 2 4 6 8 10 3 6 9 12 15 4 8 12.....

Read more

switch case dev c++

9:15 AM | 0 Comments

#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.....

Read more

c++

9:10 AM | 0 Comments

#include<stdio.h> #include<conio.h> main() {   char choice;   printf("Enter your choice[a-z]:");   choice=getchar();   switch(choice)   {                 case'r':                         printf("Red");                         break;.....

Read more

programing language

9:08 AM | 0 Comments

//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);      .....

Read more

Wednesday, June 20, 2012

Depression

5:34 AM | 0 Comments

Psychiatry research and practice would benefit from moving beyond ‘major depression’. It is neither an intrinsically reliable nor valid entity, and, as for.....

Read more

Wednesday, June 6, 2012

Windows Media Center keyboard shortcuts

5:11 AM | 0 Comments

You can access any feature in Windows Media Center using only the keyboard. In addition, Media Center provides a variety of keyboard shortcuts.....

Read more

Keyboard shortcuts

5:08 AM | 0 Comments

Keyboard shortcuts are combinations of two or more keys that, when pressed, can be used to perform a task that would typically require.....

Read more

Page 1 of 3123Next