Can we declare array size as a negative number?
Answer / Virendra Singh
No, it's not possible to declare an array size as a negative number in most programming languages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we apply binary search algorithm to a sorted linked list, why?
What is a linear search?
What is perfect binary tree?
Can we add heterogeneous elements into treemap?
What do you mean by data and data structure?
List some applications of tree-data structure?
For which header list, the last node contains the null pointer?
What is the purpose of sorting?
What are the standard ways in which a graph can be traversed?
What are the types of linked list?
What is a bubble sort and how do you perform it?
Why using cookie to store session info is a better idea than just using session info in the request?