Does mentioning the array name gives the base address in all the contexts?
Answer / Anupam
In most contexts, yes. When you use an array without a subscript (array name alone), it implicitly decays into a pointer to its first element, providing the base address of the array.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define red-black trees.
What is meant by balanced binary tree?
Can you have an arraylist of arrays?
What is difference between hashmap and treemap?
In depth questions regarding the data structures and the Databases used in the Projects developed.
Is treeset sorted?
Does hashmap maintain insertion order?
Write the syntax in c to create a node in the singly linked list.
What is meant by arraylist?
Write the recursive c function to count the number of nodes present in a binary tree.
List the applications of set adt?
Can arraylist be null?