Elitmus
Exam
Programming
Definition
Which of the following is not a data type ?
Option
1) boolean
2) character
3) int
4) arr
Read Solution (Total 39)
-
- 4)arr , rest all are example of datatypes
- 10 years agoHelpfull: Yes(18) No(0)
- 4)arr .An array is a variable that holds multiple values of the same type
- 10 years agoHelpfull: Yes(5) No(0)
- arr
Rest all are data types. Array is a data type and not arr - 10 years agoHelpfull: Yes(3) No(0)
- Do we get questions other than apti in elitumus??
- 10 years agoHelpfull: Yes(3) No(0)
- i think this is ambiguous question because in C/C++ boolean is not a data type,in java it exists.
Moreover, Character is not a data type in any of the language ,it is char which denotes character.
Also,arr is not a datatype in any of the languages.
Therefore ,there is some mistake with the question. - 10 years agoHelpfull: Yes(3) No(3)
- 1.boolean is not a data type
- 10 years agoHelpfull: Yes(2) No(0)
- boolean,character,int all are data types and if arr is indicating array then it is also a data type that is abstract data type.
- 10 years agoHelpfull: Yes(1) No(0)
- datatype are boolean,char,int but for arr that is array which is not a datatype.
- 10 years agoHelpfull: Yes(1) No(0)
- array is not a primitive data type. Array is user defined data type
- 9 years agoHelpfull: Yes(1) No(0)
- @vanik actually i mistakenly click on the elitmus this was the question in amcat
- 10 years agoHelpfull: Yes(0) No(0)
- boolean because its not a datatype
- 10 years agoHelpfull: Yes(0) No(6)
- 1)boolen which is a language
- 10 years agoHelpfull: Yes(0) No(2)
- arr, its not a data type
- 10 years agoHelpfull: Yes(0) No(0)
- boolean is different among them array is the collection of similler data type
and char,int also data type so 'a' is correct answer. - 10 years agoHelpfull: Yes(0) No(0)
- all 3 are data type..bt not arr
- 10 years agoHelpfull: Yes(0) No(0)
- 4.arr is not a data type
- 10 years agoHelpfull: Yes(0) No(0)
- 4)arr bcz arr is used by user as variable
- 10 years agoHelpfull: Yes(0) No(0)
- array . all remaining are data types only
- 10 years agoHelpfull: Yes(0) No(0)
- 1 bcz boolean is not data type
- 9 years agoHelpfull: Yes(0) No(0)
- arr
arr is not a keyword but a variable - 9 years agoHelpfull: Yes(0) No(0)
- 4 arr rest all r data types
- 9 years agoHelpfull: Yes(0) No(0)
- arr rest all are datatype but arr is a variable
- 9 years agoHelpfull: Yes(0) No(0)
- arr is not a data type
- 9 years agoHelpfull: Yes(0) No(0)
- boolean is not a data type
- 9 years agoHelpfull: Yes(0) No(1)
- 4) arr is not a data typetype.
- 9 years agoHelpfull: Yes(0) No(0)
- 4) arr
arr is not a data type. - 9 years agoHelpfull: Yes(0) No(0)
- option 4 is the answer.
- 9 years agoHelpfull: Yes(0) No(0)
- 4) arr
Rest all of them are data types. - 8 years agoHelpfull: Yes(0) No(0)
- Boolean is not a data type.
- 8 years agoHelpfull: Yes(0) No(1)
- arr is not a datatype
- 8 years agoHelpfull: Yes(0) No(0)
- In java array is a referenced data type,so character is not a datatype
- 8 years agoHelpfull: Yes(0) No(0)
- arr is name of variable swhich is generally used in programming
int i=0;
Character ch=null; or char ch1='a';
boolean b=true;
arr a=????????????(wrong ) so arr is not data type - 7 years agoHelpfull: Yes(0) No(0)
- array is not data type
- 7 years agoHelpfull: Yes(0) No(0)
- 1)boolean It is not a datatype because it is a return type.(All Data types may be acts as return typrs but return not acts as data types)
- 6 years agoHelpfull: Yes(0) No(1)
- 4) arr all of the above is data type but array is not
- 6 years agoHelpfull: Yes(0) No(0)
- array is a function
- 6 years agoHelpfull: Yes(0) No(0)
- arr, rest are datatype
- 6 years agoHelpfull: Yes(0) No(0)
- arr
arr is not a data type - 5 years agoHelpfull: Yes(0) No(0)
- arr bcz except that every options are data types
- 3 years agoHelpfull: Yes(0) No(0)
Elitmus Other Question