• This is default featured slide 1 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.

  • This is default featured slide 2 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.

  • This is default featured slide 3 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.

  • asdasdasdas

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.

  • This is default featured slide 5 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.

What are Variables and constants in C Programming | C language

What is Variable and Constants in C programming ? 

 


C Programs Videos Youtube

 Variables

In programming, a variable is a container (storage area) to hold data.
To indicate the storage area, each variable should be given a unique name (identifier). Variable names are just the symbolic representation of a memory location. For example:
int playerScore = 95;
Here, playerScore is a variable of integer type. The variable is assigned value: 95.
The value of a variable can be changed, hence the name 'variable'.
In C programming, you have to declare a variable before you can use it.

Rules for naming a variable in C

  1. A variable name can have letters (both uppercase and lowercase letters), digits and underscore only.
  2. The first letter of a variable should be either a letter or an underscore. However, it is discouraged to start variable name with an underscore. It is because variable name that starts with an underscore can conflict with system name and may cause error.
  3. There is no rule on how long a variable can be. However, only the first 31 characters of a variable are checked by the compiler. So, the first 31 letters of two variables in a program should be different.
C is a strongly typed language. What this means it that, the type of a variable cannot be changed.
Visit this page to learn more about different types of data a variable can store.


Constants/Literals

A constant is a value or an identifier whose value cannot be altered in a program. For example: 1, 2.5, "C programming is easy", etc.
As mentioned, an identifier also can be defined as a constant.
const double PI = 3.14
Here, PI is a constant. Basically what it means is that, PI and 3.14 is same for this program.
Below are the different types of constants you can use in C.

1. Integer constants

An integer constant is a numeric constant (associated with number) without any fractional or exponential part. There are three types of integer constants in C programming:
  • decimal constant(base 10)
  • octal constant(base 8)
  • hexadecimal constant(base 16)
For example:
Decimal constants: 0, -9, 22 etc
Octal constants: 021, 077, 033 etc
Hexadecimal constants: 0x7f, 0x2a, 0x521 etc
In C programming, octal constant starts with a 0 and hexadecimal constant starts with a 0x.

2. Floating-point constants

A floating point constant is a numeric constant that has either a fractional form or an exponent form. For example:
-2.0
0.0000234
-0.22E-5
Note: E-5 = 10-5

3. Character constants

A character constant is a constant which uses single quotation around characters. For example: 'a', 'l', 'm', 'F'

4. Escape Sequences

Sometimes, it is necessary to use characters which cannot be typed or has special meaning in C programming. For example: newline(enter), tab, question mark etc. In order to use these characters, escape sequence is used.
For example: \n is used for newline. The backslash ( \ ) causes "escape" from the normal way the characters are interpreted by the compiler.
Escape Sequences
Escape Sequences Character
\b Backspace
\f Form feed
\n Newline
\r Return
\t Horizontal tab
\v Vertical tab
\\ Backslash
\' Single quotation mark
\" Double quotation mark
\? Question mark
\0 Null character

5. String constants

String constants are the constants which are enclosed in a pair of double-quote marks. For example:
"good"                  //string constant
""                     //null string constant
"      "               //string constant of six white space
"x"                    //string constant having single character.
"Earth is round\n"         //prints string with newline

6. Enumeration constants

Keyword enum is used to define enumeration types. For example:
enum color {yellow, green, black, white};
Here, color is a variable and yellow, green, black and white are the enumeration constants having value 0, 1, 2 and 3 respectively. For more information, visit page: C Enumeration.


Learn from tutorials https://www.youtube.com/channel/UCf_rYynEasdwiY7q0v1q6ZQ 

C Language Tutorials https://www.youtube.com/playlist?list=PLz5NJMw6aXU6pvSzre8YKHMh6NG6Y6jze


Thanks for Reading Please Follow and Share and Comment if You Like it !!!
If this POST contains Any Wrong Information Feel free to comment it i will FIX the Problem !!! or You can contact me at given links below




Follow the Blog for more new post http://rajeevchaudhary-youtuber.blogspot.com/
 
 
 

Share:

How to Install Boot Camp and Run Windows on Your Mac


Check for Updates and Back Up

Before you begin, make sure that you have the latest updates from Apple on your Mac.
  1. Go to Apple's Boot Camp support page to see if updates are available for your model. Download and install if necessary.
  2. Click the Apple menu, then Software Update... to install any updates for your system.
     



     
    Start by making sure everything is up-to-date.
  3. Restart your computer if prompted. After restarting, check for software updates again until no new ones are available.
Because Boot Camp will be moving and reallocating space on your hard drive, you should back up any important data before you continue in case anything becomes corrupted during the process.

Run Boot Camp Assistant (OS X 10.6 or later)

  1. In OS X, quit all open applications, and then open a Finder window and click Applications, Utilities.
  2. In the Utilities folder, double-click Boot Camp Assistant to launch the assistant.
     
     
    Boot Camp Assistant will walk you through the initial setup process
  3. Click Continue to begin setup.
  4. If prompted, select Download the Windows support software for this Mac. This software will allow you to install the most current drivers for Windows. Click Continue.
  5. If prompted for your administrative credentials, fill them in. Press Enter to start downloading the software. After the download completes, save the files to a flash drive or burn them to a disc.

Partition Your Hard Drive

Once you've finished downloading the software, the assistant will prompt you to create a Windows partition on your hard drive. This action segments your hard drive to devote some free space to Windows, without interfering with or erasing your existing OS X installation. At this point, you will see a slider representing your hard drive.
 
 
Here you can decide how much hard-drive space to allocate to your Windows partition.
Adjust the slider to give your Windows partition more or less free space. Keep in mind that any space you assign will be deducted from the available free space for OS X. (Note: Windows 7 installations will require at least 16GB of partition space in order to install.) When you are satisfied with your partitioning scheme, click Partition.
OS X will begin partitioning and rearranging your hard-drive data, a process that may take some time.

Install Windows

Once partitioning is complete, and your hard drive is prepared and ready to support Windows, the last task is to install the Windows operating system.
  1. Insert your Windows installation disc into your Mac optical drive. You will need to buy a full copy of Microsoft Windows; this does not come with your Mac purchase.
  2. Click the Start Installation button. Your computer will reboot and start the installation of Windows.
  3. Follow the wizard to complete a normal Windows installation. If prompted to do an upgrade or custom installation, choose the custom option. At the Where do you want to install Windows? screen, select the partition labeled BOOTCAMP. Then select Drive options (advanced), and choose Format. Do not make any other selections, or you risk losing your OS X installation.
 
 
Now you're ready to start the actual Windows install process.
If you have trouble installing Windows, you can refer to your Windows documentation for help.

Install Windows drivers

Once Windows is installed, you need to install the drivers you downloaded in an earlier step to make sure that all of your Mac hardware works properly in Windows, including sound, display, and wireless network adapters.
  1. When the installation is complete, eject the Windows disc to remove it from your computer. If you have only an eject button on your Mac keyboard and it doesn’t work yet, you can click Start, Computer, and then right-click the optical drive and click Eject to remove the disc.
  2. Insert the flash drive or disc you burned earlier containing the Windows drivers.
  3. Click Start, Computer, and double-click to open the disc or flash drive.
  4. In the Boot Camp folder, double-click setup.exe to to install the Windows drivers for your Mac. From there, just follow the on-screen instructions to complete the installations. Do not cancel any installations, or you may get errors. If you see warnings about certification or testing at any time, you can click Continue Anyway to proceed.
  5. After the installation is complete, reboot your computer.

Choose Which Operating System to Start

Now that you have both OS X and Windows installed and functioning on your Mac, you can always choose which operating system to launch at startup. Just hold down the Option key when turning on the computer or during a restart to bring up the OS-selection menu, and make your choice by double-clicking either OS X or Windows.


Thanks for Reading Please Follow and Share and Comment if You Like it !!!
If this POST contains Any Wrong Information Feel free to comment it i will FIX the Problem !!! or You can contact me at given links below



Follow the Blog for more new post http://rajeevchaudhary-youtuber.blogspot.com/
 
 

Share:

How to Install Windows using Boot Camp

Boot Camp helps you install Microsoft Windows on your Mac. After installing, restart your Mac to switch between macOS and Windows.

Before you begin, make sure you have everything you need:

  • An Intel-based Mac
  • A Microsoft Windows installation media or disk image (ISO) containing a 64-bit version of Microsoft Windows 8 or later
    Read more about system requirements to find out whether your Mac supports installing a specific version of Windows, or to learn about installing older versions of Windows. If you're installing Windows for the first time, use a full installation (not an upgrade) disc or disk image.
  • An Apple keyboard, mouse, or trackpad, or a USB keyboard and mouse
  • At least 55 GB of free disk space on your startup drive
  • For most Mac models, you also need a blank 16 GB or larger USB flash drive*

*These models use the internal drive to temporarily store what you need to install Windows, so they don't require a USB flash drive:

  • MacBook Pro (Retina, 13-inch, Early 2015)
  • MacBook Pro (Retina, 15-inch, Mid 2015)
  • MacBook Air (13-inch, Early 2015)
  • MacBook (Retina, 12-inch, Early 2015)
  • MacBook (Retina, 12-inch, Early 2016)
  • iMac (Retina 4K, 21.5-inch, Late 2015)
  • iMac (21.5-inch, Late 2015)
  • iMac (Retina 5K, 27-inch, Late 2015)
  • iMac (Retina 5K, 27-inch, Mid 2015)
  • Mac Pro (Late 2013)

1 - Check System Requirements

Some versions of Windows require a certain processor, and more hard drive space and memory (RAM) than others. Check the documentation that came with your copy of Windows to find out what you need. Then use System Information to see what your Mac currently has.

2 - Get a Windows disk image

When you purchase Windows, it comes as a disk image file (ISO) that you download, or as an installation disc or USB flash drive. If your copy of Windows came on a DVD, you might need to create a disk image of it to work with Boot Camp. If your version of Windows came on a USB flash drive, you can download an ISO from Microsoft.

3 - Open Boot Camp Assistant

Boot Camp Assistant guides you through installing Windows on your Mac. Open this app from the Utilities folder in the Applications folder and follow the onscreen instructions to automatically repartition your startup disk and download related software drivers for Windows. If you're prompted during installation, connect a blank USB flash drive.

4 - Format your Windows partition

When you complete the assistant, your Mac restarts to the Windows installer. When you're asked where you want to install Windows, select the BOOTCAMP partition, then click Format.
This step is only required if you're using a flash drive or optical drive to install Windows. In all other cases, the correct partition is selected and automatically formatted for you.

5 - Install Windows

Follow the onscreen prompts to finish your Windows installation.

6 - Restart your computer

After Windows is installed, you can switch between macOS and Windows. Use the Startup Disk preference pane in macOS, or the Boot Camp system tray item in Windows to select your startup disk, then restart your computer.





Thanks for Reading Please Follow and Share and Comment if You Like it !!!
If this POST contains Any Wrong Information Feel free to comment it i will FIX the Problem !!! or You can contact me at given links below



Follow the Blog for more new post http://rajeevchaudhary-youtuber.blogspot.com/
 
 


Share:

Data types in C language | C Programs | C Language

Data types in c refer to an extensive system used for declaring variables or functions of different types. The type of a variable determines how much space it occupies in storage and how the bit pattern stored is interpreted.

Learn C from Youtube Free Tutorials  

 


Data types in C :-


    1.Fundamental Data Types

        Integer types
        Floating type
        Character type

   2.Derived Data Types

        Arrays
        Pointers
        Structures
        Enumeration

    

   1. Integer data types


    Integers are whole numbers that can have both positive and negative values, but no decimal values. Example: 0, -5, 10

    In C programming, keyword int is used for declaring integer variable. For example:

    int id;

    Here, id is a variable of type integer.

    You can declare multiple variable at once in C programming. For example:

    int id, age;

    The size of int is either 2 bytes(In older PC's) or 4 bytes. If you consider an integer having size of 4 byte( equal to 32 bits), it can take 232 distinct states as: -231,-231+1, ...,-2, -1, 0, 1, 2, ..., 231-2, 231-1

    Similarly, int of 2 bytes, it can take 216 distinct states from -215 to 215-1. If you try to store larger number than 231-1, i.e,+2147483647 and smaller number than -231, i.e, -2147483648, program will not run correctly.  

    Floating types


    Floating type variables can hold real numbers such as: 2.34, -9.382, 5.0 etc. You can declare a floating point variable in C by using either float or double keyword. For example:

    float accountBalance;
    double bookPrice;

    Here, both accountBalance and bookPrice are floating type variables.

    In C, floating values can be represented in exponential form as well. For example:

    float normalizationFactor = 22.482e2;

  

    Character types


    Keyword char is used for declaring character type variables. For example:
    char test = 'h'

    Here, test is a character variable. The value of test is 'h'.

    The size of character variable is 1 byte.

   2. Derived Data Types

     Arrays


    Arrays a kind of data structure that can store a fixed-size sequential collection of elements of the same type. An array is used to store a collection of data, but it is often more useful to think of an array as a collection of variables of the same type.

    Instead of declaring individual variables, such as number0, number1, ..., and number99, you declare one array variable such as numbers and use numbers[0], numbers[1], and ..., numbers[99] to represent individual variables. A specific element in an array is accessed by an index.

    All arrays consist of contiguous memory locations. The lowest address corresponds to the first element and the highest address to the last element.
    Arrays in C

     Pointers


    Pointers in C are easy and fun to learn. Some C programming tasks are performed more easily with pointers, and other tasks, such as dynamic memory allocation, cannot be performed without using pointers. So it becomes necessary to learn pointers to become a perfect C programmer.

    Structures


    Arrays allow to define type of variables that can hold several data items of the same kind. Similarly structure is another user defined data type available in C that allows to combine data items of different kinds.

    Structures are used to represent a record. Suppose you want to keep track of your books in a library. You might want to track the following attributes about each book −

    Title
    Author
    Subject
    Book ID



Thanks for Reading Please Follow and Share and Comment if You Like it !!!
If this POST contains Any Wrong Information Feel free to comment it i will FIX the Problem !!! or You can contact me at given links below



Follow the Blog for more new post http://rajeevchaudhary-youtuber.blogspot.com/
 
 

Share:

How to Download Youtube Video | Know How to do

 How to Download Videos from Youtube Videos :-

Follow the steps 
or
Watch Video How to Download the Youtube Videos








STEP 1 :- Open a Youtube in your Web browsers.  

STEP 2 :- Open a Video You want to Download and Copy its URL (if you don't know what is URL please see the image)



 STEP 3 :- Open http://en.savefrom.net/ in other Tab in your web browser.


 STEP 4 :- PASTE the URL of Video Here.


STEP 5 :- Click on the Icon on side where you enter the URL text to get Download Options (these options are to choose the Quality of Videos)


STEP 6 :- Click the Download.


STEP 7 :- This window will be appear on the desktop click OK.

 Done Video is on Download !!! 



Thanks for Reading Please Follow and Share and Comment if You Like it !!!
If this POST contains Any Wrong Information Feel free to comment it i will FIX the Problem !!! or You can contact me at given links below



Follow the Blog for more new post http://rajeevchaudhary-youtuber.blogspot.com/



Youtube - https://www.youtube.com/channel/UCf_rYynEasdwiY7q0v1q6ZQ 
 
Twitter - https://www.twitter.com/reecry 
 
Google+ - https://plus.google.com/u/0/+Rajeevchaudhary-rc

Share:

CMD tricks | Insert Image in CMD | CMD Batch File

How to Insert Images in CMD ? Create Your Image file :)



 HOW TO DO THIS !!!

 Follow the steps :- 
or
Check out the video in youtube
 https://www.youtube.com/watch?v=aMVZg3w0ilc
 

 STEP 1 :- Open Your Web Browser.
 STEP 2 :- Now Open http://www.text-image.com/convert/ascii.html
 Here You can Convert Your Images onto A Characters forms.



STEP 3 :- Choose a IMAGE you wanted to convert in a form of text or characters and CLICK ON "CONVERT". 

STEP 4 :- Open Notepad or other Text editor.
STEP 5 :- Write these Commands

@echo off
color ob
title android batch
echo android batch
echo 

"Here android is a title this will be shown in title bar of CMD Prompt "


STEP 6 :- Image You Converted in Characters Now COPY it and Paste it in Notepad


 STEP 7 :- Write "echo" in each line (every line as shown in Image)of Character image before it start


STEP 8 :- Write " Pause > nul " in the last.   (if you will write wrong sign > than this batch will will only run for second so write care fully )


STEP 9 :- Save the file ".bat" .bat is a extension for this "Nameoffile".bat




STEP 10 :- Run the file (open folder where you saved it and click on it and you will get result).


Thanks for Reading Please Follow and Share and Comment if You Like it !!!
If this POST contains Any Wrong Information Feel free to comment it i will FIX the Problem !!! or You can contact me at given links below



Follow the Blog for more new post http://rajeevchaudhary-youtuber.blogspot.com/



Youtube - https://www.youtube.com/channel/UCf_rYynEasdwiY7q0v1q6ZQ 
 
Twitter - https://www.twitter.com/reecry 
 
Google+ - https://plus.google.com/u/0/+Rajeevchaudhary-rc
Share:

Learn Command Prompt (DOS) Commands in Windows ... | Learn CMD

Learn command Prompt (DOS) Commands



Visit POST for A ----- Z CMD Commands



 


 
Thanks For Reading :)  
 
 

Follow the Blog for more new post http://rajeevchaudhary-youtuber.blogspot.com/



Youtube - https://www.youtube.com/channel/UCf_rYynEasdwiY7q0v1q6ZQ 
 
Twitter - https://www.twitter.com/reecry 
 
Google+ - https://plus.google.com/u/0/+Rajeevchaudhary-rc
Share:

cmd commands list | Learn CMD

 CMD is commonly used to mean "command": CMD.EXE
 (Command Prompt), the command-line interpreter on Windows operating 
systems. Command (computing), an abbreviation commonly used in 
computing.
 
List of CMD Commands :- 
 
 
 a
   ADDUSERS Add or list users to/from a CSV file
   ADmodcmd Active Directory Bulk Modify
   ARP      Address Resolution Protocol
   ASSOC    Change file extension associations•
   ASSOCIAT One step file association
   AT       Schedule a command to run at a specific time
   ATTRIB   Change file attributes
b
   BCDBOOT  Create or repair a system partition
   BCDEDIT  Manage Boot Configuration Data
   BITSADMIN Background Intelligent Transfer Service
   BOOTCFG  Edit Windows boot settings
   BROWSTAT Get domain, browser and PDC info
c
   CACLS    Change file permissions
   CALL     Call one batch program from another•
   CERTREQ  Request certificate from a certification authority
   CERTUTIL Utility for certification authority (CA) files and services
   CD       Change Directory - move to a specific Folder•
   CHANGE   Change Terminal Server Session properties
   CHKDSK   Check Disk - check and repair disk problems
   CHKNTFS  Check the NTFS file system
   CHOICE   Accept keyboard input to a batch file
   CIPHER   Encrypt or Decrypt files/folders
   CleanMgr Automated cleanup of Temp files, recycle bin
   CLIP     Copy STDIN to the Windows clipboard
   CLS      Clear the screen•
   CMD      Start a new CMD shell
   CMDKEY   Manage stored usernames/passwords
   COLOR    Change colors of the CMD window•
   COMP     Compare the contents of two files or sets of files
   COMPACT  Compress files or folders on an NTFS partition
   COMPRESS Compress one or more files
   CONVERT  Convert a FAT drive to NTFS
   COPY     Copy one or more files to another location•
   Coreinfo Show the mapping between logical & physical processors
   CSCcmd   Client-side caching (Offline Files)
   CSVDE    Import or Export Active Directory data 
d
   DATE     Display or set the date•
   DEFRAG   Defragment hard drive
   DEL      Delete one or more files•
   DELPROF  Delete user profiles
   DELTREE  Delete a folder and all subfolders
   DevCon   Device Manager Command Line Utility 
   DIR      Display a list of files and folders•
   DIRQUOTA File Server Resource Manager Disk quotas
   DIRUSE   Display disk usage
   DISKPART Disk Administration
   DISKSHADOW Volume Shadow Copy Service
   DISKUSE  Show the space used in folders
   DOSKEY   Edit command line, recall commands, and create macros
   DriverQuery Display installed device drivers
   DSACLs   Active Directory ACLs
   DSAdd    Add items to active directory (user group computer) 
   DSGet    View items in active directory (user group computer)
   DSQuery  Search for items in active directory (user group computer)
   DSMod    Modify items in active directory (user group computer)
   DSMove   Move an Active directory Object
   DSRM     Remove items from Active Directory
   Dsmgmt   Directory Service Management
e
   ECHO     Display message on screen•
   ENDLOCAL End localisation of environment changes in a batch file•
   ERASE    Delete one or more files•
   EVENTCREATE Add a message to the Windows event log
   EXIT     Quit the current script/routine and set an errorlevel•
   EXPAND   Uncompress CAB files
   EXPLORER Open Windows Explorer
   EXTRACT  Uncompress CAB files
f
   FC       Compare two files
   FIND     Search for a text string in a file
   FINDSTR  Search for strings in files
   FOR /F   Loop command: against a set of files•
   FOR /F   Loop command: against the results of another command•
   FOR      Loop command: all options Files, Directory, List•
   FORFILES Batch process multiple files
   FORMAT   Format a disk
   FREEDISK Check free disk space
   FSUTIL   File and Volume utilities
   FTP      File Transfer Protocol
   FTYPE    File extension file type associations•
g
   GETMAC   Display the Media Access Control (MAC) address
   GOTO     Direct a batch program to jump to a labelled line•
   GPRESULT Display Resultant Set of Policy information
   GPUPDATE Update Group Policy settings
h
   HELP     Online Help
   HOSTNAME Display the host name of the computer
i
   iCACLS   Change file and folder permissions
   IEXPRESS Create a self extracting ZIP file archive
   IF       Conditionally perform a command•
   IFMEMBER Is the current user a member of a group
   IPCONFIG Configure IP
   INUSE    Replace files that are in use by the OS
l
   LABEL    Edit a disk label
   LODCTR   Load PerfMon performance counters
   LOGMAN   Manage Performance Monitor logs
   LOGOFF   Log a user off
   LOGTIME  Log the date and time in a file
m
   MAKECAB  Create .CAB files
   MAPISEND Send email from the command line
   MBSAcli  Baseline Security Analyzer
   MEM      Display memory usage
   MD       Create new folders•
   MKLINK   Create a symbolic link (linkd) •
   MODE     Configure a system device COM/LPT/CON
   MORE     Display output, one screen at a time
   MOUNTVOL Manage a volume mount point
   MOVE     Move files from one folder to another•
   MOVEUSER Move a user from one domain to another
   MSG      Send a message
   MSIEXEC  Microsoft Windows Installer
   MSINFO32 System Information
   MSTSC    Terminal Server Connection (Remote Desktop Protocol)
n
   NET      Manage network resources
   NETDOM   Domain Manager
   NETSH    Configure Network Interfaces, Windows Firewall & Remote access
   NBTSTAT  Display networking statistics (NetBIOS over TCP/IP)
   NETSTAT  Display networking statistics (TCP/IP)
   NLSINFO  Display locale information (reskit).
   NLTEST   Network Location Test (AD)
   NOW      Display the current Date and Time 
   NSLOOKUP Name server lookup
   NTBACKUP Backup folders to tape
   NTDSUtil Active Directory Domain Services management
   NTRIGHTS Edit user account rights
   NVSPBIND Modify network bindings
o
   OPENFILES Query or display open files
p
   PATH     Display or set a search path for executable files•
   PATHPING Trace route plus network latency and packet loss
   PAUSE    Suspend processing of a batch file and display a message•
   PERMS    Show permissions for a user
   PERFMON  Performance Monitor
   PING     Test a network connection
   POPD     Return to a previous directory saved by PUSHD•
   PORTQRY  Display the status of ports and services
   POWERCFG Configure power settings
   PRINT    Print a text file
   PRINTBRM Print queue Backup/Recovery
   PRNCNFG  Configure or rename a printer
   PRNMNGR  Add, delete, list printers and printer connections
   ProcDump Monitor an application for CPU spikes
   PROMPT   Change the command prompt•
   PsExec     Execute process remotely
   PsFile     Show files opened remotely
   PsGetSid   Display the SID of a computer or a user
   PsInfo     List information about a system
   PsKill     Kill processes by name or process ID
   PsList     List detailed information about processes
   PsLoggedOn Who's logged on (locally or via resource sharing)
   PsLogList  Event log records
   PsPasswd   Change account password
   PsPing     Measure network performance
   PsService  View and control services
   PsShutdown Shutdown or reboot a computer
   PsSuspend  Suspend processes
   PUSHD    Save and then change the current directory•
q
   QGREP    Search file(s) for lines that match a given pattern
   Query Process / QPROCESS  Display processes
   Query Session / QWinsta   Display all sessions (TS/Remote Desktop)
   Query TermServer /QAppSrv List all servers (TS/Remote Desktop)
   Query User    / QUSER     Display user sessions (TS/Remote Desktop)
r
   RASDIAL  Manage RAS connections
   RASPHONE Manage RAS connections
   RECOVER  Recover a damaged file from a defective disk
   REG      Registry: Read, Set, Export, Delete keys and values
   REGEDIT  Import or export registry settings
   REGSVR32 Register or unregister a DLL
   REGINI   Change Registry Permissions
   REM      Record comments (remarks) in a batch file•
   REN      Rename a file or files•
   REPLACE  Replace or update one file with another
   Reset Session  Delete a Remote Desktop Session
   RD       Delete folder(s)•
   RMTSHARE Share a folder or a printer
   ROBOCOPY Robust File and Folder Copy
   ROUTE    Manipulate network routing tables
   RUN      Start | RUN commands
   RUNAS    Execute a program under a different user account
   RUNDLL32 Run a DLL command (add/remove print connections)

s
   SC       Service Control
   SCHTASKS Schedule a command to run at a specific time
   SET      Display, set, or remove session environment variables•
   SETLOCAL Control the visibility of environment variables•
   SetSPN   Edit Service Principal Names
   SETX     Set environment variables
   SFC      System File Checker 
   SHARE    List or edit a file share or print share
   ShellRunAs Run a command under a different user account
   SHIFT    Shift the position of batch file parameters•
   SHORTCUT Create a windows shortcut (.LNK file)
   SHUTDOWN Shutdown the computer
   SLEEP    Wait for x seconds
   SLMGR    Software Licensing Management (Vista/2008)
   SORT     Sort input
   START    Start a program, command or batch file•
   STRINGS  Search for ANSI and UNICODE strings in binary files
   SUBINACL Edit file and folder Permissions, Ownership and Domain
   SUBST    Associate a path with a drive letter
   SYSMON   Monitor and log system activity to the Windows event log
   SYSTEMINFO List system configuration
t
   TAKEOWN  Take ownership of a file
   TASKLIST List running applications and services
   TASKKILL End a running process
   TELNET   Communicate with another host using the TELNET protocol
   TIME     Display or set the system time•
   TIMEOUT  Delay processing of a batch file
   TITLE    Set the window title for a CMD.EXE session•
   TLIST    Task list with full path
   TOUCH    Change file timestamps    
   TRACERT  Trace route to a remote host
   TREE     Graphical display of folder structure
   TSDISCON Disconnect a Remote Desktop Session
   TSKILL   End a running process
   TSSHUTDN Remotely shut down or reboot a terminal server
   TYPE     Display the contents of a text file•
   TypePerf Write performance data to a log file
   TZUTIL   Time Zone Utility
v
   VER      Display version information•
   VERIFY   Verify that files have been saved•
   VOL      Display a disk label•
w
   W32TM    Time Service
   WAITFOR  Wait for or send a signal
   WEVTUTIL Clear event logs, enable/disable/query logs
   WHERE    Locate and display files in a directory tree
   WHOAMI   Output the current UserName and domain
   WINDIFF  Compare the contents of two files or sets of files
   WINRM    Windows Remote Management
   WINRS    Windows Remote Shell
   WMIC     WMI Commands
   WUAUCLT  Windows Update
x
   XCACLS   Change file and folder permissions
   XCOPY    Copy files and folders
   ::       Comment / Remark•
 
 
for More Details https://technet.microsoft.com/en-in/library/bb490890.aspx 
 
 
 
                           or
http://ss64.com/nt/ 
 
 
                               Thanks For Reading :)  
 
 

Follow the Blog for more new post http://rajeevchaudhary-youtuber.blogspot.com/



Youtube - https://www.youtube.com/channel/UCf_rYynEasdwiY7q0v1q6ZQ



Google+ - https://plus.google.com/u/0/+Rajeevchaudhary-rc



twitter - https://twitter.com/reecry 
Share:

CMD Commands Every Windows User Should Know | CMD

  color – Change text color 

Color command is use to change the text of color in CMD

 

ipconfig – Quickly Find Your IP Address

You can find your IP address from the Control Panel, but this takes quite a few clicks. The ipconfig command is a fast way of determining your computer’s IP address and other information, such as the address of its default gateway — useful if you want to know the IP address of your router’s web interface.
To use the command, just type ipconfig into a Command Prompt window. You’ll see a list of all the network connections your computer is using. Look under Wireless LAN adapter if you’re connected to Wi-Fi or Ethernet adapter Local Area Connection if you’re connected to a wired network.
ipconfig-command[4]

ipconfig /flushdns – Flush Your DNS Resolver Cache

If you change your DNS server, the effects won’t necessarily take place immediately. Windows uses a cache that remembers DNS responses it’s received, saving time when you access the same addresses again in the future.
To ensure Windows is getting addresses from the new DNS servers instead of using old, cached entries, run the ipconfig /flushdns command after changing your DNS server.
flush-dns-resolver-cache

ping, tracert – Troubleshoot Network Connection Issues

If you’re experiencing issues connecting to a website or other network connection issues, Windows and other operating systems have some standard tools you can use to identify problems.
First, there’s the ping command. Type ping google.com and Windows will send packets to Google.com. Google will respond and let you know it’s received them. You’ll be able to see if any packets didn’t make it to Google.com — perhaps you’re experiencing packet loss — and how long it took you to hear back — perhaps the network is saturated and packets are taking a while to reach their destinations.
ping-command-on-windows
There’s also the tracert command, which traces the route it takes for a packet to reach a destination. For example, run tracert google.com and you’ll see the path your packet takes to reach Google. If you’re having issues connecting to a website, tracert can show you where the problem is occurring.
tracert-command-on-windows

Shutdown – Create Shutdown Shortcuts on Windows 8

The shutdown command is particularly useful on Windows 8. You can use it to create your own shortcuts and place them on your Start screen or desktop, allowing you to more easily shut down Windows without digging through the charms bar or logging out first.


Follow the Blog for more new post http://rajeevchaudhary-youtuber.blogspot.com/

Youtube - https://www.youtube.com/channel/UCf_rYynEasdwiY7q0v1q6ZQ

Google+ - https://plus.google.com/u/0/+Rajeevchaudhary-rc

twitter - https://twitter.com/reecry

0.53 GB (0%) of 115 GB used
Last account activity: 1 hour ago
Details
Share:

Hello world Program | Learn How to Display Your Name through C Language

Learn How to Write C Program to Display Text in Screen.



Watch the Video Subscribe 


Program to Display "Hello, World!"

#include <stdio.h>
int main()
{
   // printf() displays the string inside quotation
   printf("Hello World");
   return 0;
}
Output

Hello World
 
 

How "Hello, World!" program works?

  • The #include <stdio.h> is a preprocessor command. This command tells compiler to include the contents of stdio.h (standard input and output) file in the program. The stdio.h file contains functions such as scanf() and print() to take input and display output respectively.
    If you use printf() function without writing #include <stdio.h>, the program will not be compiled.
  • The execution of a C program starts from the main() function.
  • The printf() is a library function to send formatted output to the screen. In this program, the printf() displays Hello, World! text on the screen.
  • The return 0; statement is the "Exit status" of the program. In simple terms, program ends with this statement.
 



Follow the Blog for more new post Rajeev Chaudhary

Youtube - Subscribe

Google+ - FOLLOW

twitter - https://twitter.com/reecry

Share:

How to Install turbo C in Windows

 Learn How to Install Turbo C in Your windows PC and Laptops.

Check Out in Youtube channel How to Install turbo C

 This Video Contains Details How to Install Turbo C in Windows.


How to Install turbo C in Your Windows System :-

Step 1 -  Download Turbo C from Download Turbo C

Step 2  - Save the file in Your PC.

Step 3 - Open the Saved or Downloaded file Folder.

Step 4 - Click on Save file.

Step 5 - Now Extract the File.

Step 6 - Open the Extracted file folder.

Step 7 - Click on SETUP.

Step 8 - Accept the Agreements of turbo C *----- Press " NEXT " ------*

Step 9 - LUNCH turbo C

Follow these Steps to Install Turbo C on Your PC (Windows)


follow me on youtube for more Subscribe

 


Share:

Facebook

Popular

Recent Posts

Unordered List

  • Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
  • Aliquam tincidunt mauris eu risus.
  • Vestibulum auctor dapibus neque.

Contact Form

Name

Email *

Message *