Q25: Explain advantages of C programming. Write one input and one output statement in C.

 

A25:

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.

 

e.g. printf(“Hello World!”);

scanf(“%d”, &num);

Post a Comment

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