adplus-dvertising
frame-decoration

Question

Which of the following statement is correct?

a.

A referenced has to be de-referenced to access a value.

b.

A referenced does not need to be de-referenced to access a value.

c.

A referenced has to be double de-referenced to access a value.

d.

Whether a reference should be de-referenced or not depends on the type of the reference.

Answer: (b).A referenced does not need to be de-referenced to access a value.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following statement is correct?

Similar Questions

Discover Related MCQs

Q. Which of the following statements is correct?
1. Once the variable and the reference are linked they are tied together.
2. Once the reference of a variable is declared another reference of that variable is not allowed.

Q. Which of the following statements is correct?
1. We can return a global variable by reference.
2. We cannot return a local variable by reference.

Q. Reference is like a _____.

Q. Which of the following statement is correct?

Q. Which of the following statement is correct?

Q. Which of the following statement is correct?

Q. Which of the following statements is correct?
1. Pointer to a reference and reference to a pointer both are valid.
2. When we use reference, we are actually referring to a referent.

Q. Referring an element outside the array bounds is a

Q. Each element of an array is searched against the searching key, is the specialty of

Q. A one-dimensional array of one-dimensional arrays is called

Q. The sequence of objects that have the same type, is called

Q. The binary search algorithm uses

Q. A character array can be initialized using

Q. For finding an object in an array starting from the beginning and inspecting each element one after the other, until the object is found is called as

Q. A consecutive group of memory locations that all have the same name and the same type, is called as

Q. Which from the following technique is used for finding a value in an array?

Q. For defining their own types programmer's uses

Q. The position number contained within a square brackets e.g. my_array [5], is referred as

Q. A one dimensional array is always considered as

Q. Array that are declared static are initialized when