Does mentioning the array name gives the base address in all the contexts?



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

Post New Answer

More Data Structures Interview Questions

Define red-black trees.

1 Answers   Wipro,


What is meant by balanced binary tree?

1 Answers  


Can you have an arraylist of arrays?

1 Answers  


What is difference between hashmap and treemap?

1 Answers  


In depth questions regarding the data structures and the Databases used in the Projects developed.

1 Answers   Motorola,


Is treeset sorted?

1 Answers  


Does hashmap maintain insertion order?

1 Answers  


Write the syntax in c to create a node in the singly linked list.

1 Answers  


What is meant by arraylist?

1 Answers  


Write the recursive c function to count the number of nodes present in a binary tree.

1 Answers  


List the applications of set adt?

1 Answers  


Can arraylist be null?

1 Answers  


Categories