Showing posts with the label types

Different Types Of Data Structures In C++

Whenever a variable is defined in C the compiler allocates some memory for that variable based on the data-type with w…