C program 2021 Makeup
Q.no 1 . Explain the different types of data types with examples. In C programming, data types are declarations for variables. This determines the type and size of data associated with variables. Type of data types: Primary data types:These are fundamental data types in C namely integer(int), floating point(float), character(char) and void. Derived data types:Derived […]
Continue Reading