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.
#include <stdio.h> #include <math.h> int main () { int i , j , num , temp , sum = 0 ; printf ( "Enter number\n...
No comments:
Post a Comment
If you have any doubt, please ask in the comment section.