// #include <iostream.h> 
main ( ) {
 int* ptr;
 ptr = 0;
// ptr = NULL;
}
