Tell me is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Answer / Sant Singh
In general, it's more convenient and less error-prone to use the subscripted array name. However, using pointers can provide greater flexibility and performance in certain situations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe the level term in a tree.
Define hash table?
What is the difference between 1d and 2d array?
Can you please explain the difference between array_name and &array_name?
write an algorithm to show the procedure of insertion into a b-tree?
What is a matrix? Explain its uses with an example
What is the impact of signed numbers on the memory?
What are the categories of avl rotations?
What is bubble insertion selection sort?
Can hashset contain null?
Difference between hashset and treeset?
Differentiate between file and structure storage structure.