#C○dify
Search This Blog
C program for implementing pointers
//coded by Z
#include<stdio.h>
void main()
{
int v=0;
int *pv;
clrscr();
pv=&v;
printf("\n\n\n\tv=%d",v);
printf("\n\n\n\tpv=%d",*pv);
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment