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
What is the difference between *p++ and (*p)++ ?
What are 2 ways of exporting a function from a dll?
What is the main function c++?
Explain what is class definition in c++ ?
Write about the role of c++ in the tradeoff of safety vs. Usability?
How is data hiding achieved in c++?
What is c++ good for?
What is using namespace std in c++?
What are the benefits of pointers?
How do I run c++?
Write a program to interchange 2 variables without using the third one.
Give 10 points of differences between C & C++.
How did c++ get its name?
What is scope in c++ with example?
What is the two main roles of operating system?