213k views
3 votes
3. Which of the following is called address operator?
a)*
b) &
c).
d) %

User Temak
by
7.9k points

1 Answer

5 votes

Answer:

The Ampersand Symbol (Option B)

Step-by-step explanation:

A 'address of operator' specifies that a given value that is read needs to be stored at the address of 'x'.

The address operator is represented by the ampersand symbol. ( & )

Hope this helps.

User Chen Harel
by
8.4k points