Important Things in C language | part 1 total Programming = C language

                                                   Important Things in C language


 * IMPORTANT THINGS IN C FOR BEGINNERS :-

             - Logic (in programs it is very important to use logic.Without it program can't be created)

             -Syntax (Syntax meaning in simple word is Language of programming )

             -Strategy(a plan that you use to put the things in programs)


*C language is a system programming language because it can be used to do low-level programming (for example driver and kernel). It is generally used to create hardware devices, OS, drivers, kernels, etc. For example, Linux kernel is written in C. It can't be used for internet programming like Java, .Net, PHP, etc.

my youtube video introduction to online C compiler , please watch =



No comments:

Post a Comment

Break and Continue in C language | part 9 =total programming

                           C break and continue Hello Guys, in this post I am going to show you C Break and Continue, So, Let get started = ...