int *p = NULL;
printf("%1d",p) ;

what will be the output of this above code?

Answer Posted / ravi

undefined

Is This Answer Correct ?    0 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does a copy constructor differs from an overloaded assignment operator?

548


What is input operator in c++?

577


Is map sorted c++?

507


Explain "const" reference arguments in function?

602


Can a constructor return a value?

567






How do you add an element to a set in c++?

543


Can we use this pointer inside static member function?

616


Is it possible to write a c++ template to check for a function's existence?

563


Define a pointer to a data member of the type pointer to pointer?

565


What are the 4 types of library?

584


What is a binary file? List the merits and demerits of the binary file usagein C++.

720


What are the effects after calling the delete this operator ?

543


What is the difference between function overloading and operator overloading?

567


Do class method definitions?

580


What is the operator in c++?

611