why array is called the collection of similar datatypes?
Answer Posted / guest
Array is called the collection of similar datatypes because
we can not add an object of some other type where as the
array which is declared is of another type.
For e.g
We declare a Integer array then we can not add an object of
type string into that array.We have to add an object of type
string only.
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
what is function of stdio.h
Explain how can you submit a form using JavaScript?
What does trim stand for?
Is jquery easier than javascript?
Is not a function error in javascript?
Should I disable javascript?
I need project details about WEB CONTENT FILTERING USING NEURAL NETWORKS and how to explain it....plz help me in this topic.....
Why is currying called currying?
Is it safe to use javascript?
What does ecma stand for?
Where do you write javascript?
Is javascript insecure?
How to import all exports of a file as an object.
Why do we need hoisting in javascript?
What is array constructor in javascript?