Categories
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
int test = 10; cout << &test << endl;
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question