English, asked by muralikappa8, 27 days ago



Which of the following is an address operator
that represents the address of the var​

Answers

Answered by hansitadas2016
2

Answer:

Address of”(&) Operator

The & operator is also known as “Address of” Operator. printf("Address of var is: %p", &num);

Similar questions