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
Is c++ map a hash table?
What is c++ iterator?
Differentiate between a constructor and a destructor in c++.
What is std namespace in c++?
Explain linear search.
What is a block in c++?
What is algorithm in c++ programming?
What are the benefits of operator overloading?
Explain the register storage classes in c++.
Is java the same as c++?
Is swift faster than c++?
Is nan a c++?
Which is the best c++ compiler for beginners?
What is the identity function in c++? How is it useful?
What does I ++ mean in c++?