Q10: State any advantages of C language. OR Write advantages and disadvantages of C language.

 

A10: Advantages:

·       It is fast and efficient.

·       It has predefined library functions.

·       It is portable for machine to machine.

·       It has variety of data type and operators.

 

Disadvantages:

·       It doesn't support to the concept of OOPs

·       Programmers must know dynamic memory management techniques.

·       It doesn’t have garbage collection.

·       It does not have any run time checking.

 

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.