1. Void Description: Used to specify empty set containing no values. Storage Space: 0 byte. Format: (void). Range of values: ______. 2. Character (Denoted as “char” in C programming language) Description: A character denotes any alphabet, …
Read More »Data Types
What is Secondary Data Type?
1. Array: It is a collection of data of similar data type. e.g. Int num [5]; Reserve a sequence of 5 location of two bytes each for storing integers. 2. Pointer: Pointer is a variable …
Read More »