Prerequisite – Data Types in C | Set 1 In C programming, data types are used to specify the type of a variable, which determines the amount of memory the variable takes ...read more
Data Types
2 postsData types define the type of data a variable can hold. C language has some predefined set of data types to handle various kinds of data that we can use in our ...read more