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
What is format for defining a structure?
How can you quickly find the number of elements stored in a dynamic array?
Why do we use iterators?
what does the following statement mean? int (*a)[4]
Why do we learn c++?
When are exception objects created?
Write a program in C++ for Fibonacci series
Why do we use classes in c++?
Can I learn c++ as my first language?
Is c++ vector a linked list?
Which is best c++ or java?
What is a class definition?
give me an example for testing a program showing the test path .show how the test is important and complex.
What is namespace std; and what is consists of?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?