What is the output of printf("%d")?
Answer Posted / shruthi
the o/p is 0.
| Is This Answer Correct ? | 7 Yes | 11 No |
Post New Answer View All Answers
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
Where can I run c++ program?
Can I learn c++ in a week?
What are the uses of typedef in a program?
What is auto type c++?
What does override mean in c++?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What are static type checking?
What is pointer to member?
What are structs in c++?
What is a multiset c++?
Why is c++ still used?
Difference between Abstraction and encapsulation in C++?
Can you pass an array to a function in c++?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?