C The Basic Language

 Basic Programming is C Programming Language. When you learn this language, all the programming Language is so easy to understand because its syntax is similar to all programming language.

C, C++, Java, C# and so on having similar syntax.

Printing Technique of Programming Languages

 C :-    printf("Hello World"); 

C++ :- cout<<"Hello World";

Java :- System.out.println("Hello World");

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




I personally preferred to learn this language.   

Comments

Popular posts from this blog

Fibonacci Series in C++ Programming Language