FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
These types of data contains a single data values and class of such data objects over which various operations.
A
Numeric Data Types
B
Elementary Data Types
C
String Data Types
D
Array
Explanation: 

Detailed explanation-1: -An elementary data object includes a single data value and a class of elementary data objects with a set of operations for creating and manipulating them is represented as an elementary data type. An example of elementary data types such as integer, real, character, Boolean, pointer, etc.

Detailed explanation-2: -Examples of elementary data types: integer, real, character, Boolean, enumeration, pointer.

Detailed explanation-3: -Null is a special data type which can have only one value: NULL. A variable of data type NULL is a variable that has no value assigned to it.

Detailed explanation-4: -All the other types of data types (derived and user-defined data types) are derived from these data types. Primary data types in C are of 4 types: int, char, float, and double.

There is 1 question to complete.