ExplanationIn the above program the address of variable 1 i' is assigned to pointer variable % k'.
Hence,' k' is pointing to ' i'. Value of the variable ' i' is displayed using the pointer *k.
9.8 Write a Program to add two numbers through variables & their pointers.
# include <stdio.h>
# include <conio.h>
void main ()
{
int a,b,c,d,*ap,*bp;
clrscr();
printf ("Enter Tivo Numbers
scanf ("%d %d "MAb );
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.