CODING:
#include<stdio.h>
#include<conio.h>
void main()
{
int num,*p;
clrscr();
p=#
printf("Enter any value: ");
scanf("%d",p);
printf("\n\n%d value is stored at address %u",*p,p);
getch();
}
|
CODING |
|
OUTPUT |
For any query or suggestion please comment below...
No comments:
Post a Comment