Tell me why can't constant values be used to define an array's initial size
Answer / Kishor Kumar
This is because in most programming languages, the size of an array must be a variable or expression that evaluates to a non-negative integer value at compile time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which is faster array or linked list?
Define ancestor and descendant ?
Calculate the efficiency of sequential search?
Does array sort mutate?
Can we add elements to final list?
What are the types of Collision Resolution Techniques and the methods used in each of the type?
How does a heap sort work?
What is linked list in data structure?
Explain binary representation?
Is hashmap sorted?
Run time memory allocation is known as in data structure?
What are the types of linked list?