Posts

How to install turbo C

Image
Now  we will learn how to install c  in windows  Before going to topic first of all i will introduced my self I am nihal vaidya  student of ghrce college of engineering ,nagpur from  information technology branch 1 st year... How to install C in  windows.  Step 1:-   Download turbo c++ software from (click here) step 2:-  When you  will open the link, the option  will be automatically start the downloading         Step 3:- Now, you must create turbo c directory inside c ; drive and extract  the zip  file in the directory. Step 4:- Now, a window will appear asking for permission  to install or not, press enter to install C. Step 5:- After pressing enter a window  will appear , change the drive  to c  Step 6:-  It will look like the directory for the required files. step 7:- Select  start installation option by the down...

C PROGRAMMING LANGUAGE

Image
INTRODUCTION :       C is a general-purpose, imperative, procedural high level  language that was developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories. For the UNIX operating  system.  This C language is first implemented on the Digital Eqquipment  Corporation  computer in 1972, and now one of the most widely used programming languages. C has also influence many popular languages, especially C++, which was originally designed as enhancement to C . It is also most commonly used programming  languages. It is widely used for writing applications. C CHARACTER SET Types of Character Set              *   Letters        *  Digits        * Special characters    Letters:   .  A to Z in capital and small letters . In c language small latter and caps latter are distinct.      Digits: . ...