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

What is format for defining a structure?

685


How can you quickly find the number of elements stored in a dynamic array?

692


Why do we use iterators?

720


what does the following statement mean? int (*a)[4]

701


Why do we learn c++?

622






When are exception objects created?

687


Write a program in C++ for Fibonacci series

757


Why do we use classes in c++?

679


Can I learn c++ as my first language?

742


Is c++ vector a linked list?

647


Which is best c++ or java?

740


What is a class definition?

704


give me an example for testing a program showing the test path .show how the test is important and complex.

2536


What is namespace std; and what is consists of?

783


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

655