1. |
|
||||||||
Answer: Option B Explanation: C data types classification are 1. Primary data types 1. int 2. char 3. float 4. double 5. void 2. Secondary data types (or) User-defined data type 1. Array 2. Pointer 3. Structure 4. Union 5. Enum So, clearly long int l = 2.35; is not User-defined data type. |
Post your comments here:
Name *:
Email : (optional)
Your comments will be displayed only after manual approval.