What is the output of printf("%d")?
Answer Posted / sid
it will give output "0"
| Is This Answer Correct ? | 48 Yes | 43 No |
Post New Answer View All Answers
What are the two main components of c++?
Is dev c++ free?
What is dynamic and static typing?
What does floor mean in c++?
Do you know what is overriding?
What is a constructor and how is it called?
What is decltype c++?
What are the characteristics of friend functions?
Difference between an inspector and a mutator
What are exceptions c++?
How do you establish a has-a relationship?
What is abstraction in c++ with example?
Describe new operator and delete operator?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
Do the names of parameters have to agree in the prototype, definition, and call to the function?