AD 1

Showing posts with label Technology Help. Show all posts

How to Enable Copy Paste in CMD ???

It is very simple...

Step 1: Open CMD, Just type CMD in search or Press Win + X key to select Command Prompt.
Step 2: Right Click on the Title of the CMD window and Select Properties just like its shown in the below Picture
Enable Copy paste in CMD
Step 3: You will see a Pop up Window coming up, Now on the Right hand side, Under Edit Options, Just Check Quick Edit Mode and click OK
Step 4: Everything is Done, Now just Copy any Text from Here or Anywhere else Using CTRL + C keys and just Right click using your mouse on CMD. You will see that the text is been pasted automatically in CMD. Please Understand that Using CTRL + C to Copy text is Important.
Likewise if you wish to Copy Text from CMD to paste elsewhere then Just Select the Text in CMD and Again just Right Click with the mouse. Your Text is Copied and ready to Paste it in any Document you want.
This Doesn’t Limit you to just Text you can even copy File or Folder path and paste it in CMD. Everything that you have to type manually can be copied from somewhere and pasted directly to CMD with this small Tweak
Saturday, December 13, 2014
Posted by Unknown

How to Find A Number Is Even Or Odd Using C Program ?

Program Sorce Code:-

Type this code in your compiler. Then Compile and Run. I have used Dev C++.


# include <stdio.h> 
main () 

    int X; 
    printf("X = "); 
    scanf("%d",&X); 
    if(X%2==0) 
    printf("NUMBER IS EVEN"); 
    else 
    printf("NUMBER IS ODD"); 


INPUT:-

OUTPUT:-


Sunday, November 30, 2014
Posted by Unknown

How to Find Simple Interest And Maturity Amount Using C Program ?

Program Sorce Code:-

Type this code in your compiler. Then Compile and Run. I have used Dev C++.

# include <stdio.h> 
main () 

    int p=5000,r=3; 
    int T,SI,AMT; 
    printf("Principal = %d\nRate = %d % \n",p,r); 
    printf("Time="); 
    scanf("%d",&T); 
    SI=(p*r*T)/100; 
    AMT=SI+p; 
    printf("\n Amount at the end of %d years is=%d",T,AMT); 



INPUT:-



OUTPUT:-



Friday, November 21, 2014
Posted by Unknown



Total Pageviews

Popular Post

Source

Powered by Blogger.

About Us

- Copyright © Music Technology & Sports Junction -Metrominimalist- Powered by Blogger - Designed by Johanes Djogan -