TODAY JAVA SCHOOL

In java school, programming, design, computer general knowledge, web application, software, web services, social media, digital marketing, oops, concept of programming language, oops feature, console media, graphics medium, first programming, c, c ++ , Java, PHP, SQL, MySQL, HTML, HTML_5, J_query, JavaScript, Bootstrap, Framework, images with logos, examples, shared and explained.

https://www.amazon.in/b?node=26373545031&linkCode=ll2&tag=1234567801cdb-21&linkId=3b9882431b00409b44141e0344b35a15&language=en_IN&ref_=as_li_ss_tl

Breaking

Thursday 30 April 2020

Advantages And Disadvantages Of C Programming Language

Advantages and Disadvantages of C programming Language


There are so many advantage and disadvantage in c and they are :


download image of advantage and disadvantage of c language

Fig: Advantage and disadvantage of c programming language 



Advantages of C Programming Language:



· C is a highly portable language. This means that C programs written for one computer can easily run on another computer without any change or by doing a little change.

·  C Language code or syntax is very easy to understand. It uses a keyword like if, else, switch, main, etc. This kind of keyword we all are using in our day to day life to get some decisions. 

·   C compiler is very fast compared to other language compilers. C compiler can compile around 1000 lines of code in a second. It is more efficient than unstructured code because of minimized branching of the code. Maintenance the C code is easy due to the readability of the code.

·    Adding new feature is easier and faster. 
Program code is secured.



Disadvantages of C Programming Language: 


·    C does not have the concept of OOPs, that’s why C++ is developed.

·     It doesn’t contain run-time checking. We can pass an integer value for the floating data type.

·   As the program extends it is very difficult to fix the bugs.

·  C doesn’t have the concept of namespace.

· C doesn’t have the concept of constructor or destructor.


No comments:

Post a Comment