Unit 1. Getting started (Introduction to "C") with Pavan Chavhan {Ch.1}





 

 

 
 

Hello everyone !!! Welcome back to the "technical_spc". In my last blog we discussed about what is "c" language, its importance, advantages and contents. Today we are going to learn about the way to download and install the suitable software. There are various software's easily available on internet like Visual Studio, Eclipse, Net beans, Turbo_C, etc. But I prefer "Dev C++". Because it is a full-featured IDE for C or C++ languages. For compilation, it uses Min_GW port of GNU Compiler Collection (GCC) or any other GCC compilers. It is supported on Windows OS for Software Development.


First you must download the Dev C++ on your Windows machine. Visit to Download Dev C++:  https://en.softonic.com/download/bloodshed-dev-c/windows/post-download?ex=CAT-3508.1

 

There are lots of benefits of "Dev C++". 

 

Key Benefits

  • Support GCC based compilers
  • Integrated Debugging
  • Syntax highlighting
  • Code Completion
  • Project Manager
  • Editable Shortcuts
  • Tool Manager
  • CVS Support

 

Now, lets us start with the basics of "c" programming. Today the topic that we will cover are as follows : 

      1. History of "C". 

      2. Getting started with "C".

      3. Character set.

      4. Constants.

      5. Variables.

      6. Keywords.

      7. Structure of "C" language program.

      8. Data types.

      9. Operator.

 

Here we will cover first three points i.e. history of "c", getting started with "c", character set and remaining points in the next blog.

 

 History of "C".

                                  

(a). C is a programming language developed at AT & T’s Bell Laboratories of USA in 1972.
(b). It was designed and written by a man named Dennis Ritchie.
(c). Major parts of popular operating systems like Windows, UNIX, Linux is still written in C.
(d). C seems so popular is because it is reliable, simple and easy to use.

 

Getting started with "C".






Character set.

   
(a). A character denotes any alphabet, digit or special symbol used to represent information.
(b). Valid alphabets, numbers and special symbols allowed in C are.
(c). Some of the character set is as follows : 
 


 
If you have any questions you may ask in comment below. If you enjoyed this article, share it with your friends and colleagues!

 



 


Read More...

Post a Comment

4Comments

If you have any doubts, Please let me know

Post a Comment