Y should we learn C language?

computer language:-

                         C<C++<java<phyton<.....

C language is a very 1st step of learning basic programing.

 

If u learne 'C' I'll be easy to learne other languages,In C we learn Syntex of coading and way it working, Syntex is common for any program. if we know the syntex we can write the progrem well manner without Bugs.

..............................................................................................

this is how syntex look like:-

 ex:-

header file

main function

 

(function body open)

{

statement 1;

statement 2;

.

.

.

}

(function body close)

.............................................................................................


this is common for every program Language

C is very basic level of Programing < C++ is a advancelevel of C < java is little like improveing C++ and making eassy to creat a program 


All well known OS and most of the Software Companies used Linex OS like Redhat,Ubuntu,Kalli OS..

Linex OS is an open source every one can use it's less space ocupear and faster, by using C programing the linex os is created.

see how powerfull C language.

what i mean to say is learne C languace well them C++ and java will be easy to learn.  

start now learnig C language make your cereear in software 

Link to learn C:- C tutorial 

Comments