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

what will be the output of this above code?

Answer Posted / sourisengupta

0

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why c++ is faster than java?

592


Difference between inline functions and macros?

598


In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

613


What do you mean by function and operator overloading in c++?

611


What is a dll entry point?

560






Can we make copy constructor private in c++?

593


What are the advantages of using pointers in a program?

679


What is the purpose of templates in c++?

563


What are the advantages of using const reference arguments in a function?

613


Write a program to interchange 2 variables without using the third one.

582


What is the full form of dos?

566


Explain terminate() and unexpected() function?

624


Will c++ be replaced?

548


What are vtable and vptr?

616


When must you use a pointer rather than a reference?

600