Skip to main content

Problem Statement

Write a C program that declares an integer variable, creates a pointer to it, and prints both the value and the memory address using the pointer.

Solution

Output