This is a simple program that prints the address of a variable in C programming language. In the main function, an integer variable,a is defined. Using the ampersand (&) operator, its address is printed.The format specifier %p is used to print the ad...
yosa.hashnode.dev1 min readNo responses yet.