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 average salary of a c++ programmer?
Explain the difference between struct and class in terms of access modifier.
What is the basic concept of c++?
What is the use of volatile variable?
What do you mean by ‘void’ return type?
What is the benefit of learning c++?
How a pointer differs from a reference?
How do we implement inheritance in c++?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
Is c++ built on c?
Can notepad ++ run c++?
What is purpose of abstract class?
Can member functions be private?
What is ostream in c++?