B
B
Blender02020-08-26 15:28:22
C++ / C#
Blender0, 2020-08-26 15:28:22

How to make an expression that prints the address of the variable "test/"?

You need to write an expression that prints the address of the variable test/

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Timur Pokrovsky, 2020-08-26
@Blender0

int test = 10;
cout << &test << endl;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question