JAVA, C#, VB.6.0, SQL, C, Computer Sci Free Computer Programming Tutorials: http://bagadhicomputersciencetutorials.blogspot.com/
#include<stdio.h> int main() { int *ptr = NULL; // ptr is a NULL pointer printf("\n\n The value of ptr is: %x ", ptr); return 0; }
Output: The value of ptr is: 0
No comments:
Post a Comment