Which of these is not a basic type in computer science?
manicule |
||
integer |
||
floating point value |
||
string |
In computer science, type simply defines he type of variable we
are using in our program. You can also called it
Data Type. From the above options int, float, string are the data
types but manicule is not a type or data type
Manicule- manicule is basically a shape which is used to draw attention. Denoted by ☛
Int- int is basically defines those values which is a whole
number. It can be positive or negative but not
decimal point(float value). Eg- 1, 57, -98, 35
etc.
Floating point values- These are the variable types used to
store the floating number. Eg- 23.87, 287.456 etc.
It basically used for large calculations.
String- string is a data type which is used to store the
words(like names, collection of alphabets).
Eg- Bob, Alica, Alex etc.
Get Answers For Free
Most questions answered within 1 hours.