Initialization of Data Types

Initialization is basically a step in which we just specify the name of variable and data object but not yet assigned a value (i.e , an L-Value with no corresponding R-value).
• in this only block for storage is allocated.
• that block automatically may take some value in form of binary code.
• it is serious programming error to create an uninitialised error as it becomes difficult to distinguish between original value or automatically filled value both of them are of bit patterns.

initialization-of-data-types


Facebook Likes

Youtube