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 difference between an external iterator and an internal iterator?
Which one is better- macro or function?
Array base access faster or pointer base access is faster?
What is the size of a vector?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
What is malloc in c++?
What are the benefits of c++?
Is java a c++?
What is difference between class and structure in c++?
What is virtual destructor ans explain its use?
How do you decide which integer type to use?
Why is swift so fast?
What are abstract data types in c++?
What is flag in computer?
What is auto used for in c++?