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
Tell me difference between constant pointer and pointer to a constant.
Why cout is used in c++?
List different attributes in C++?
Explain about Garbage Collector?
Should the member functions which are made public in the base class be hidden?
What is the use of map in c++?
What is the use of namespace std in C++?
How are virtual functions implemented in c++?
Which bit wise operator is suitable for putting on a particular bit in a number?
Write a note about the virtual member function?
What do you mean by function and operator overloading in c++?
Is it possible for the objects to read and write themselves?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
Can a list of string be stored within a two dimensional array?
What is type of 'this' pointer?