Documentation ¶
Overview ¶
Declare and initialize a variable of type int with the value of 20. Display the _address of_ and _value of_ the variable.
Declare and initialize a pointer variable of type int that points to the last variable you just created. Display the _address of_ , _value of_ and the _value that the pointer points to_.
Click to show internal directories.
Click to hide internal directories.