C Language Exercise Class – Day 20
01 (Multiple Choice) The basic data types in C language include A) Integer B) Floating-point C) Logical D) Character Answer: ABD Analysis: For option C: Logical type is not a basic data type in C language. In standard C (C89/C90), there is no native boolean type, which is usually replaced by int (0 represents false, … Read more