Saturday, 5 September 2020

Advantages and Disadvantages of C

Advantages

-Easier to interact with hardware.
-Easy to learn.
-Compact and efficient.

Dis-advantages

-Doesnot contain runtime checking.
-No strict data type checking.

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

No comments:

Post a Comment

If you have any doubt, please ask in the comment section.

Search This Blog

Program to print weather the number is happy or not.

#include <stdio.h> #include <math.h> int main () { int i , j , num , temp , sum = 0 ; printf ( "Enter number\n...