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
What do you mean by “this” pointer?
What is the difference between multiple and multilevel inheritance in c++?
Explain the advantages of using friend classes.
Define private, protected and public access control.
Write a program to concatenate two strings.
Explain what is polymorphism in c++?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
Does c++ have finally?
Can constructor be static in c++?
What is a block in c++?
What are the various access specifiers in c++?
What happens when you make call 'delete this;'?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
Describe Trees using C++ with an example.
Can manipulators fall in love?