cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Pointers
Pointers
Sep 27, 2016 at 3:34pm UTC
MrWolf123
(4)
int *e=&a;
How do you translate the above in english? Is it the value of e is equal to the address of a, or something else?
Sep 27, 2016 at 3:37pm UTC
AbstractionAnon
(6954)
Is it the value of e is equal to the address of a
Correct.
Topic archived. No new replies allowed.