MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

DATA STRUCTURES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which is NOT an elementary data type?
A
String
B
Char
C
Boolean
D
Int
E
Float
Explanation: 

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

Detailed explanation-2: -There are 13 built-in elementary data types of fixed length in ABAP. There are eight numeric types, namely integers (b, s, i, int8), decimal floating point numbers (decfloat16, decfloat34), binary floating point numbers (f), and packed numbers (p).

Detailed explanation-3: -The string data types are CHAR, VARCHAR, BINARY, VARBINARY, BLOB, TEXT, ENUM, and SET .

Detailed explanation-4: -An example of elementary data types such as integer, real, character, Boolean, pointer, etc.

There is 1 question to complete.