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 c++ array?
What is the output of the following program? Why?
What is a storage class?
What is c++ good for?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
List the types of polymorphism in c++?
What is namespace std; and what is consists of?
What is flush c++?
What is a null object in c++?
What is c++ hiding?
Define token in c++.
How a modifier is similar to mutator?
What is public, protected, private in c++?
What is the size of integer variable?
What is the best free c++ compiler for windows?