Saturday, 5 September 2020

What are the features of c?

 1. One of the reasons of C's popularity is its portability.

2.It is faster and more efficient than other languages.
3.It is suitable for the structured programming that means problem can be solved in terms of modules or blocks.
4.C is rich in its library function.

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...