GuidePedia

0

  Why you would want to learn C Programming Language ?

image taken from google image


            Before beginning the question "Why you would want to learn c programming ", Lets discuss about why we have to learn programming and also ,what is computer programming Language ?

So Lets Started:

     Programming Language


            A computer language is a language that can be understood by the computer.It is the computer's native language. Each and every problem to be solved by the computer needs to be broken down into discrete logical steps before the computer can execute it. The process of writing such instruction in a computer or programming language is called programming or coding. 
For more click here

            So, we want to calculate or solve any task by the help of a computer the we have to know proper computer programming .But everyone thing that what language we have top learn. For answering this question , many coding language available i our world , but at the begging stage , if you learn C language then other language becomes easy to learn. For more click here
            The C programming language is a popular and widely used programming language 
for creating computer programs. Programmers embrace C because it 

gives maximum control and efficiency to the programmer.
             If you are a programmer, or if you are interested in becoming a programmer, there 
are a couple of benefits you gain from learning C:


image taken from google image




• You will be able to read and write code for a large number of platforms – 
everything from micro-controllers to the most advanced scientific systems 
can be written in C.


• Because of the performance and portability of C, almost all popular cross-platform 
programming languages and scripting languages, such as C++, 
Java, Python, Objective-C, Perl, Ruby, PHP, Lua, and Bash, are implemented 
in C and borrowed syntaxes and functions heavily from C. They 
share the similar operators, expressions, repetition statements, control structures, 

arrays, input and output, and functions. Furthermore, almost all languages 
can interface with C and C++ to take advantage of a large volume of 
existing C/C++ libraries.




                   C is a computer programming language. That means that you can use C to create 
lists of instructions for a computer to follow. C is one of thousands of programming 
languages currently in use. C has been around for several decades and has 
won widespread acceptance because it gives programmers maximum control and 
efficiency. C is an easy language to learn. It is a bit more cryptic in its style than 


some other languages, but you get beyond that fairly quickly. 

                C is what is called a compiled language. This means that once you write your C 

program, you must run it through a C compiler to turn your program into an executable 

that the computer can run (execute). The C program is the human-readable 

form, while the executable that comes out of the compiler is the machine-readable 

and executable form. What this means is that to write and run a C program, you

must have access to a C compiler.



                                 **** information collected from internet and some books

Post a Comment Blogger

 
Top