What is the output of printf("%d")?
Answer Posted / narendra
it will print 0
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Describe the syntax of single inheritance in C++?
Which function should be used to free the memory allocated by calloc()?
what are function pointers?
What are the differences between malloc() and calloc()?
What are the advantages of pointers?
Is c++ low level?
What are arithmetic operators?
What is linked list in c++?
What is extern c++?
What are friend functions in C++?
What is type of 'this' pointer?
Describe new operator and delete operator?
What is a static member?
What are c++ variables?
What do you mean by function and operator overloading in c++?