#include <stdio.h>
int main ()
{
int *ptr = NULL;
printf("The value of ptr is : %x\n", ptr );
return 0;
}
/*-via Programming Hub for Android, a top rated Programming App on Google Play
https://play.google.com/store/apps/details?id=com.freeit.java*/
Tuesday, August 18, 2015
Program: NULL Pointer
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment