#c
Read more stories on Hashnode
Articles with this tag
Datatypes #include <stdio.h> // struct datatype struct Person { char name[50]; int age; float salary; }; // enum datatype enum color...
History: It was developed in 1972 by Dennis Ritchie at bell laboratories of AT&T (American Telephone & Telegraph), located in the U.S.A. It was...