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
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
Where the memory to the static variables is allocated?
What is #include ctype h in c++?
What is ios :: in in c++?
Do class declarations end with a semicolon?
What is switch case in c++ syntax?
What is malloc in c++?
Does there exist any other function which can be used to convert an integer or a float to a string?
Write about the members that a derived class can add?
what are the characteristics of Class Members in C++?
What's the best free c++ profiler for windows?
What is a map in c++?
What are the advantages of pointers?
What is the use of register keyword with the variables?
Is there a c++ certification?