Friday, April 7, 2023

C Language

C is a general-purpose programming language, developed in 1972, and still quite popular.

C is very powerful; it has been used to develop operating systems, databases, applications, etc.

Ex. 

#include <stdio.h>

int main ()

{

Printf ("welcome c");

return 0;

No comments:

Post a Comment