Pointers and references: Difference between revisions

Added to C category
(→‎{{header|C++}}: Removed from C plus plus category)
(Added to C category)
Line 32:
-- A and B start at the same address
 
==[[C]] and [[C plus plus|C++]]==
[[Category:C]]
 
The following code creates a pointer to an int variable
int var = 3;