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
Explain data encapsulation?
Should a constructor be public or private?
Which c++ operator cannot overload?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
Why is polymorphism useful?
Can c++ do everything c can?
How to tokenize a string in c++?
What is & in c++ function?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
Can a built-in function be recursive?
What are the advantages of using const reference arguments in a function?
Is nan a c++?
What are literals in C++?
Define upcasting.
Explain this pointer?