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
Is c++ high level programming language?
Describe exception handling concept with an example?
Define a constructor - what it is and how it might be called (2 methods)?
What is setbase c++?
What it is and how it might be called (2 methods).
What is DlgProc?
How can you tell what shell you are running on unix system?
What is singleton class in c++?
How can you quickly find the number of elements stored in a static array?
What is difference between n and endl in c++?
What are static variables?
what is Loop function? What are different types of Loops?
What are c++ data types?
What is the history of c++?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?