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
Will the following program execute?
Which is not a valid keyword a) public b) protected c) guarded
What are 2 ways of exporting a function from a dll?
How do we implement inheritance in c++?
What is else if syntax?
Explain binary search.
Should a constructor be public or private?
How does java differ from c and c++?
What does flush do c++?
How to declare an array of pointers to integer?
What is #include sstream?
What is function overriding in c++?
What is meant by iomanip in c++?
What are c++ templates used for?
Why do we use string in c++?