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

What is the average salary of a c++ programmer?

628


Explain the difference between struct and class in terms of access modifier.

801


What is the basic concept of c++?

657


What is the use of volatile variable?

686


What do you mean by ‘void’ return type?

719






What is the benefit of learning c++?

630


How a pointer differs from a reference?

810


How do we implement inheritance in c++?

687


If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?

708


What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?

707


Is c++ built on c?

660


Can notepad ++ run c++?

635


What is purpose of abstract class?

657


Can member functions be private?

673


What is ostream in c++?

651