What is the output of printf("%d")?
Answer Posted / masquerade
for int and char specifier it prints garbage value
and for float it will give error
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What it is and how it might be called (2 methods).
What is ostream in c++?
What are the extraction and insertion operators in c++?
What is the main use of c++?
Difference between delete and free.
What is a set in c++?
What is the sequence of destruction of local objects?
What is the insertion operator and what does it do?
How can you differentiate between inheritance and implementation in c++?
Can a new be used in place of old mallocq? If yes, why?
What is a block in c++?
How do you declare a set in c++?
What are the effects after calling the delete this operator ?
Explain the uses of static class data?
Differentiate between an array and a list?